TRANsceiver

Last Updated: August 29, 2007

For more information on the conventions used in the programming examples click here.

TRANsceiver:BAND[:SELected][?]
TRANsceiver:BAND:CCALibration[?]

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

TRANsceiver:CHANnel[:SELected][?]
TRANsceiver:CHANnel(:AWService|:IMT2000|:JCDMa|:KPCS|:NMT450|:SEC800|:USCellular|:USPCs|:USPC1900)[?]

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:

Query Range:

*RST Setting:

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