Changes between Version 6 and Version 7 of WARPLab/Reference/Utility


Ignore:
Timestamp:
May 6, 2013, 4:35:10 PM (11 years ago)
Author:
murphpo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WARPLab/Reference/Utility

    v6 v7  
    1 [[TracNav(WARPLab7/TOC)]]
     1[[TracNav(WARPLab/TOC)]]
    22
    33= Utility Scripts =
     
    2121File source: [browser:ResearchApps/PHY/WARPLAB/WARPLab7/M_Code_Reference/util/wl_cmd_doc.m wl_cmd_doc.m]
    2222
    23 This function prints documentation for individual commands based on the command string provided as the argument. This is the same information that is present in [wiki:WARPLab7/Reference/Commands the online command documentation]. For example, typing {{{wl_cmd_doc('write_IQ')}}} into the MATLAB command line will print command documentation for the [wiki:WARPLab7/Reference/Commands/Baseband#write_iq write_IQ] command.
     23This function prints documentation for individual commands based on the command string provided as the argument. This is the same information that is present in [wiki:../Commands the online command documentation]. For example, typing {{{wl_cmd_doc('write_IQ')}}} into the MATLAB command line will print command documentation for the [wiki:../Commands/Baseband#write_iq write_IQ] command.
    2424
    2525== wl_cmd_list ==
     
    5858File source: [browser:ResearchApps/PHY/WARPLAB/WARPLab7/M_Code_Reference/util/wl_initNodes.m wl_initNodes.m]
    5959
    60 This function is the best way to create [wiki:WARPLab7/Reference/Architecture/Classes#Node wl_node] objects and have them configured to communicate with WARP nodes in your network. There are two ways of calling wl_initNodes:
     60This function is the best way to create [wiki:../Architecture/Classes#Node wl_node] objects and have them configured to communicate with WARP nodes in your network. There are two ways of calling wl_initNodes:
    6161
    62621. Single Argument