Changes between Version 6 and Version 7 of WARPLab/Reference/Commands/Interface


Ignore:
Timestamp:
Mar 26, 2013, 3:56:45 PM (11 years ago)
Author:
chunter
Comment:

--

Legend:

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

    v6 v7  
    1010 * Let {{{N}}} be a scalar or vector of {{{wl_node}}} objects
    1111 * Let {{{command_string}}} be a string containing a particular command
     12 * Let {{{interface_selection}}} be a collection of interfaces or the string {{{'RF_ALL'}}}
    1213 * Let {{{arg}}} be an argument for that command (optional)
    1314
    14 Syntax 1: {{{wl_interfaceCmd(N, command_string, arg1, arg2, ..., argN)}}}
     15Syntax 1: {{{wl_interfaceCmd(N, interface_selection, command_string, arg1, arg2, ..., argN)}}}
    1516
    16 Syntax 2: {{{N.wl_interfaceCmd(command_string, arg1, arg2, ..., argN)}}}
     17Syntax 2: {{{N.wl_interfaceCmd(interface_selection, command_string, arg1, arg2, ..., argN)}}}
    1718
    1819These two different forms of syntax are identical and either may be used for issuing commands to WARP nodes.