TRANsceiver

Last Updated: August 29, 2007

These commands set up channels for the W-CDMA Cal Application.

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

TRANsceiver:CHANnel:DOWNlink:FDD[?]

Sets/queries the UTRA DL channel. For more information see Downlink Channel UARFCN.

Setting Range:

Query Range:

*RST Setting: 10700

Test Set Requirements: E6601A WCTS Program Version A.02 and above; A.05 added Band VII, X, and XI UARFCNs.

Example:

' Set the UTRA DL channel to 10700.

TestSet.WriteString("TRANsceiver:CHANnel:DOWNlink:FDD 10700")

TRANsceiver:CHANnel:UPLink:SEParation:FDD[?]

Sets/queries the UTRA FDD uplink separation parameter. This specifies the separation in MHz between the downlink channel and the uplink channel when the RFANalyzer:CONTrol:FREQuency:AUTO[:SELected][?] command is set to ON.

When RFANalyzer:CONTrol:FREQuency:AUTO[:SELected][?] is set to ON, the TRANsceiver:CHANnel:UPLink:SEParation:FDD[?] command is coupled to the value of the RFGenerator:FREQuency:WCALibration[?] command regardless of the setting of the RFGenerator:CONTrol:FREQuency:AUTO:WCALibration[?].

If you change the UTRA FDD uplink separation value to cause the uplink channel to be invalid, you will receive an invalid channel message.

For more information see Uplink Channel UARFCN.

Setting Range: MHZ45 | MHZ48 | MHZ80 | MHZ95 | MHZ120 | MHZ190 | MHZ400

Query Range: MHZ45 | MHZ48 | MHZ80 | MHZ95 | MHZ120 | MHZ190 | MHZ400

*RST Setting: MHZ190

Test Set Requirements: E6601A WCTS Program Version A.02 and above; A.05 added MHZ48 and MHZ120

Example:

' Set the UTRA FDD uplink separation to 400 MHz.

TestSet.WriteString("TRANsceiver:CHANnel:UPLink:SEParation:FDD MHZ400")