Changes between Initial Version and Version 1 of WARPLab/Reference/Commands/TriggerManager


Ignore:
Timestamp:
Mar 28, 2013, 10:37:15 AM (11 years ago)
Author:
chunter
Comment:

--

Legend:

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

    v1 v1  
     1[[TracNav(WARPLab7/TOC)]]
     2
     3= Trigger Manager Commands Technical Reference =
     4
     5Trigger Manager commands are selected as string inputs to the {{{wl_triggerManagerCmd}}} method in [browser:ResearchApps/PHY/WARPLAB/WARPLab7/M_Code_Reference/classes/wl_node.m wl_node.m]. These strings are each individual cases of the switch statement in {{{procCmd}}} method of [browser:/ResearchApps/PHY/WARPLAB/WARPLab7/M_Code_Reference/classes/wl_trigger_manager.m wl_trigger_manager.m].
     6
     7== Syntax ==
     8MATLAB allows two valid forms of syntax for calling methods
     9
     10 * Let {{{N}}} be a scalar or vector of {{{wl_node}}} objects
     11 * Let {{{command_string}}} be a string containing a particular command
     12 * Let {{{arg}}} be an argument for that command (optional)
     13
     14Syntax 1: {{{wl_triggerManagerCmd(N, command_string, arg1, arg2, ..., argN)}}}
     15
     16Syntax 2: {{{N.wl_triggerManagerCmd(command_string, arg1, arg2, ..., argN)}}}
     17
     18These two different forms of syntax are identical and either may be used for issuing commands to WARP nodes.
     19
     20
     21== Command List and Documentation ==