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


Ignore:
Timestamp:
Mar 25, 2013, 2:29:35 PM (11 years ago)
Author:
chunter
Comment:

--

Legend:

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

    v2 v3  
    33= Node Commands =
    44
    5 Node commands are selected as string inputs to the {{{wl_nodeCmd}}} function in [browser:ResearchApps/PHY/WARPLAB/WARPLab7/M_Code_Reference/classes/wl_node.m wl_node.m]
     5Node commands are selected as string inputs to the {{{wl_nodeCmd}}} function 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_node.m wl_node.m].
     6
     7== 'get_hardware_info' ==
     8 Reads details from the WARP hardware and updates node object parameters
     9
     10 ||= Arguments =|| none ||
     11 ||= Returns =|| none (access updated node parameters if needed) ||
     12
     13 Hardware support:
     14  All:
     15  * WARPLab design version
     16  * Hardware version
     17  * Ethernet MAC Address
     18  * Number of Interface Groups
     19  * Number of Interfaces
     20
     21  WARP v3:
     22  * Serial number
     23  * Virtex-6 FPGA DNA
     24