TRANsceiver

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.

TRANsceiver:BAND[:SELected][?]
TRANsceiver:BAND:GCALibration[?]

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")

TRANsceiver:CHANnel[:SELected][?]
TRANsceiver:CHANnel(:DCS|:EGSM|:GSM450|:GSM480|:GSM750|:GSM850|:PCS|:PGSM|:RGSM)[?]

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:

Query Range: Depends upon the selected band:

*RST Setting:

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")