root/ResearchApps/PHY/WARPLAB/WARPLAB_SISO/M_code/warplab_setOptions.m
| Revision 697, 276 bytes (checked in by MelissaDuarte, 10 months ago) |
|---|
| Line | |
|---|---|
| 1 | function result = warplab_setOptions(nodeHandles,options) |
| 2 | warplab_siso_defines |
| 3 | |
| 4 | packetNum = 1; |
| 5 | |
| 6 | %Send the SET_OPTIONS packets |
| 7 | pktDataTx = [packetNum SET_OPTIONS options]; |
| 8 | |
| 9 | for n = [2:length(nodeHandles)] |
| 10 | datarec = warplab_pktSend(nodeHandles(n), pktDataTx); |
| 11 | end |
Note: See TracBrowser
for help on using the browser.