Changes between Version 2 and Version 3 of WARPLab/Reference/Commands/Baseband


Ignore:
Timestamp:
Mar 26, 2013, 4:36:35 PM (11 years ago)
Author:
chunter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WARPLab/Reference/Commands/Baseband

    v2 v3  
    1717
    1818These two different forms of syntax are identical and either may be used for issuing commands to WARP nodes.
     19
     20=== Optional Buffer Selection Syntax ===
     21
     22Some baseband commands require the selection of one or more buffers. This requirement is specified in the below documentation with {{{Requires BUFF_SEL:}}}. If a command requires a buffer selection, then the following syntaxes
     23
     24 * Let {{{buffer_selection}}} be a collection of interfaces or the string {{{'RF_ALL'}}}
     25
     26Syntax 1: {{{wl_interfaceCmd(N, buffer_selection, command_string, arg1, arg2, ..., argN)}}}
     27
     28Syntax 2: {{{N.wl_interfaceCmd(buffer_selection, command_string, arg1, arg2, ..., argN)}}}
    1929
    2030