Last Updated: August 29, 2007
These commands set up the bands and channels for the GSM/GPRS/EGPRS Cal Application.
For more information on the conventions used in the programming examples click here.
Sets/queries the band. The test set's RF source and RF analyzer are automatically set to the appropriate frequencies for the band you specify.
The optional [:SELected] keyword in this command specifies that the band being set or queried applies to the currently selected application.
Setting Range: DCS | EGSM | GSM450 | GSM480 | GSM750 | GSM850 | PCS | PGSM | RGSM
Query Range: DCS | EGSM | GSM450 | GSM480 | GSM750 | GSM850 | PCS | PGSM | RGSM
*RST Setting: PGSM
Test Set Requirements: E6601A WCTS Program Version A.01 and above
Example:
' Set the GSM/GPRS band to EGSM.
TestSet.WriteString("TRANsceiver:BAND EGSM")
Sets/queries the ARFCN for the specified band.
The optional [:SELected] keyword in this command specifies that the ARFCN being set or queried applies to the currently selected band.
Setting Range: Depends upon the selected band:
DCS band range: 512 to 885
EGSM band range: 0 to 124 | 975 to 1023
GSM450 band range: 259 to 293
GSM480 band range: 306 to 340
GSM750 band range: 438 to 511
GSM850 band range: 128 to 251
PCS band range: 512 to 810
PGSM band range: 1 to 124
RGSM band range: 0 to 124 | 955 to 1023
Query Range: Depends upon the selected band:
DCS band range: 512 to 885
EGSM band range: 0 to 124 | 975 to 1023
GSM450 band range: 259 to 293
GSM480 band range: 306 to 340
GSM750 band range: 438 to 511
GSM850 band range: 128 to 251
PCS band range: 512 to 810
PGSM band range: 1 to 124
RGSM band range: 0 to 124 | 955 to 1023
*RST Setting:
DCS *RST Setting: 512
EGSM *RST Setting: 20
GSM450 *RST Setting: 270
GSM480 *RST Setting: 310
GSM750 *RST Setting: 450
GSM850 *RST Setting: 150
PCS *RST Setting: 512
PGSM *RST Setting: 20
RGSM *RST Setting: 20
Test Set Requirements: E6601A WCTS Program Version A.01 and above
Example:
' Set the ARFCN to 512 for the PCS band.
TestSet.WriteString("TRANsceiver:CHANnel:PCS 512")