FreeCalypso > hg > fc-rfcal-tools
comparison doc/Test-system-interface @ 36:d348d47f8a04
doc/Test-system-interface: added commands for Tx power level calibration
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 26 May 2017 16:00:06 +0000 |
parents | bd62be88259d |
children | 20e2b4571cd6 |
comparison
equal
deleted
inserted
replaced
35:5c0a6e536c70 | 36:d348d47f8a04 |
---|---|
19 This command directs the RF test system to take a frequency offset measurement | 19 This command directs the RF test system to take a frequency offset measurement |
20 (vcxo-cal-setup must have been performed previously) and report it back to the | 20 (vcxo-cal-setup must have been performed previously) and report it back to the |
21 client in the response line. The hint argument after the freq-meas keyword will | 21 client in the response line. The hint argument after the freq-meas keyword will |
22 be sent by the VCXO calibration program (fc-rfcal-vcxo) to tell the RF test | 22 be sent by the VCXO calibration program (fc-rfcal-vcxo) to tell the RF test |
23 system what kind of frequency offset measurement is being made, i.e., which step | 23 system what kind of frequency offset measurement is being made, i.e., which step |
24 in the VCXO calibration sequence is being performed; the hint keywords remain | 24 in the VCXO calibration sequence is being performed; see the fc-rfcal-vcxo |
25 to be defined. | 25 source for the hint keywords. |
26 | |
27 txpwr-cal-setup band arfcn | |
28 | |
29 This command is sent to the TSID to prepare the RF test system for the Tx power | |
30 level calibration procedure. The first argument after the command keyword is | |
31 the band to be used (850, 900, 1800 or 1900) and the second argument is the | |
32 ARFCN in that band on which the DUT will be transmitting. | |
33 | |
34 power-meas | |
35 | |
36 This command directs the RF test system to take a power level measurement | |
37 (txpwr-cal-setup must have been performed previously) and report it back to the | |
38 client in the response line. | |
26 | 39 |
27 signal-gen-setup band | 40 signal-gen-setup band |
28 | 41 |
29 This command is sent to the TSID to prepare the RF test system for tests in | 42 This command is sent to the TSID to prepare the RF test system for tests in |
30 which the latter acts as a signal generator. The argument after the command | 43 which the latter acts as a signal generator. The argument after the command |
40 specified Tx power level in dBm. | 53 specified Tx power level in dBm. |
41 | 54 |
42 signal-gen-off | 55 signal-gen-off |
43 | 56 |
44 Turn off the signal generator. | 57 Turn off the signal generator. |
45 | |
46 The commands for Tx power level calibration remain to be defined. |