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

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

Adding files for WARPLab release 05

File size: 265 bytes
Line 
1function result = warplab_setRadioParameter(nodeHandle,parameter_Id, parameter_Value)
2
3packetNum = 1;
4
5% Set the packet to be sent to the WARP node
6pktDataTx = [packetNum, parameter_Id, parameter_Value];
7
8datarec = warplab_pktSend(nodeHandle, pktDataTx);
9
Note: See TracBrowser for help on using the repository browser.