22 | | <info>Connect to the array</info> |
23 | | <args> |
24 | | <arg isRequired="true" name="dev_name"> |
25 | | <info>Device name; choices are: ['rfdev4-in1.sb1.cosmos-lab.org', 'rfdev4-in2.sb1.cosmos-lab.org', 'rfdev2-1.sb2.cosmos-lab.org', 'rfdev2-2.sb2.cosmos-lab.org']</info> |
26 | | </arg> |
27 | | <arg isRequired="false" name="ics"> |
28 | | <info>PAAM ICs; choices are: ['all', '0', '1', '2', '3'] (default=all)</info> |
29 | | </arg> |
30 | | <arg isRequired="false" name="num_elements"> |
31 | | <info>Number of Antenna Elements; 1 to 16 (default=1)</info> |
32 | | </arg> |
33 | | <arg isRequired="false" name="txrx"> |
34 | | <info>TX/RX Mode Selection! Should be either tx (transmit) or rx (receive) (default=tx)</info> |
35 | | </arg> |
36 | | <arg isRequired="false" name="pol"> |
37 | | <info>Polarization! Should be either h (horizontal) or v (vertical) (default=v)</info> |
38 | | </arg> |
39 | | <arg isRequired="false" name="verify"> |
40 | | <info>Verification (boolean flag); Should be true/false (default=False)</info> |
41 | | </arg> |
42 | | </args> |
| 22 | <info>Connect to the array</info> |
| 23 | <args> |
| 24 | <arg isRequired="true" name="dev_name"> |
| 25 | <info>Device name; choices are: ['rfdev4-in1.sb1.cosmos-lab.org', 'rfdev4-in2.sb1.cosmos-lab.org', 'rfdev2-1.sb2.cosmos-lab.org', 'rfdev2-2.sb2.cosmos-lab.org']</info> |
| 26 | </arg> |
| 27 | <arg isRequired="false" name="verify"> |
| 28 | <info>Verification (boolean flag); Should be true/false (default=False)</info> </arg> |
| 29 | </args> |
| 45 | }}} |
| 46 | |
| 47 | ==== Enable |
| 48 | |
| 49 | {{{ |
| 50 | <service name="enable"> |
| 51 | <info>Enable the ICs and Front ends</info> |
| 52 | <args> |
| 53 | <arg isRequired="true" name="dev_name"> |
| 54 | <info>Device name; choices are: ['rfdev4-in1.sb1.cosmos-lab.org', 'rfdev4-in2.sb1.cosmos-lab.org', 'rfdev2-1.sb2.cosmos-lab.org', 'rfdev2-2.sb2.cosmos-lab.org']</info> |
| 55 | </arg> |
| 56 | <arg isRequired="false" name="ics"> <info>PAAM ICs; choices are: ['all', '0', '1', '2', '3'] (default=all)</info> |
| 57 | </arg> |
| 58 | <arg isRequired="false" name="num_elements"> |
| 59 | <info>Number of Antenna Elements; 1 to 16 (default=1)</info> </arg> |
| 60 | <arg isRequired="false" name="txrx"> |
| 61 | <info>TX/RX Mode Selection! Should be either tx (transmit) or rx (receive) (default=tx)</info> </arg> |
| 62 | <arg isRequired="false" name="pol"> |
| 63 | <info>Polarization! Should be either h (horizontal) or v (vertical) (default=v)</info> </arg> |
| 64 | </args> |
| 65 | </service> |
| 66 | |