source: ResearchApps/PHY/WARPLAB/WARPLab_v06_1/M_Code_Reference/warplab_initNodes.m

Last change on this file was 1311, checked in by mduarte, 15 years ago

Adding files for WARPLab release 05

File size: 301 bytes
Line 
1function result = warplab_initNodes(nodeHandles)
2warplab_defines
3
4packetNum = 1;
5
6%Send the SYNC packet to clear any stale triggers
7warplab_sendSync(nodeHandles(1));
8
9%Send the INITIALIZE packets
10for n = [2:length(nodeHandles)]
11    warplab_sendCmd(nodeHandles(n), INITIALIZE, packetNum);
12end
Note: See TracBrowser for help on using the repository browser.