Last Updated: August 29, 2007
For more information on the conventions used in the programming examples click here.
Sets/queries the band class. 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: AWService | IMT2000 | JCDMa | KPCS | NMT450 | SEC800 | USCellular | USPCs | USPC1900
Query Range: AWS | IMT2000 | JCDM | KPCS | NMT450 | SEC800 | USC | USPC | USPC1900
*RST Setting: USPC
Test Set Requirements: E6601A WCTS Program Version A.04 and above
Example:
' Set the cdma2000/1xEV-DO band to US Cellular
TestSet.WriteString("TRANsceiver:BAND USCellular")
Sets/queries the physical channel number.
The optional [:SELected] keyword in this command specifies that the band being set or queried applies to the currently selected band class.
Setting Range:
Band 0 (USCellular): 1 to 799, 991 to 1323
Band 1 (USPCs): 0 to 1199
Band 3 (JCDMa): 1 to 799, 801 to 1039, 1041 to 1199, 1201 to 1600
Band 4 (KPCS): 0 to 599
Band 5 (NMT450): 1 to 400, 472 to 871, 1039 to 1473, 1536 to 1715, 1792 to 2016
Band 6 (IMT2000): 0 to 1199
Band 10 (SEC800): 0 to 919
Band 14 (USPC1900): 0 to 1299
Band 15 (AWService): 0 to 899
Query Range:
Band 0 (USCellular): 1 to 799, 991 to 1323
Band 1 (USPCs): 0 to 1199
Band 3 (JCDMa): 1 to 799, 801 to 1039, 1041 to 1199, 1201 to 1600
Band 4 (KPCS): 0 to 599
Band 5 (NMT450): 539 to 871, 1039 to 1473, 1792 to 2016
Band 6 (IMT2000): 0 to 1199
Band 10 (SEC800): 0 to 919
Band 14 (USPC1900): 0 to 1299
Band 15 (AWService): 0 to 899
*RST Setting:
Band 0 (USCellular): 384
Band 1 (USPCs): 525
Band 3 (JCDMa): 76
Band 4 (KPCS): 325
Band 5 (NMT450): 210
Band 6 (IMT2000): 525
Band 10 (SEC800): 820
Band 14 (USPC1900): 525
Band 15 (AWService): 300
Test Set Requirements: E6601A WCTS Program Version A.04 and above
Example:
' Set the physical channel for the selected band to 384.
TestSet.WriteString("TRANsceiver:CHANnel 384")