Changes between Version 23 and Version 24 of WARPLab/Porting


Ignore:
Timestamp:
Aug 26, 2015, 5:03:27 PM (9 years ago)
Author:
murphpo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WARPLab/Porting

    v23 v24  
    88Refer to the reference design user guide for details of the new [wiki:../Reference/Interface/X245 wl_getInterfaceIDs()], [wiki:../Reference/TriggerManager/TriggerProcessor wl_getTriggerInputIDs()], and [wiki:../Reference/TriggerManager/TriggerProcessor wl_getTriggerOutputIDs()] methods.
    99
    10 {{{#!html
    11 <table border=1 width=600><tr valign=top><td width=50% align=left>
    12 }}}
    13 
     10'''Old WARPLab 7.5 Syntax'''
    1411{{{
    1512#!text/matlab
     
    3431}}}
    3532
    36 {{{#!html
    37 </td><td width=50% align=left>
    38 }}}
    39 
     33'''New WARPLab 7.6 Syntax'''
    4034{{{
    4135#!text/matlab
     
    5751wl_interfaceCmd(nodes, ifc_ids.RF_ALL, 'tx_gains', 3, 20);
    5852
    59 }}}
    60 
    61 {{{#!html
    62 </td></tr></table>
    6353}}}
    6454