RFANalyzer

Last Updated: August 29, 2007

These commands perform functions that control the test set's RF analyzer (measuring receiver). In addition, you can select automatic frequency control modes. These modes allow you to specify a band and ARFCN and the test set automatically sets the RF analyzer to the appropriate frequencies in the uplink band.

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

RFANalyzer:BURSt:TYPE[:SELected][?]
RFANalyzer:BURSt:TYPE:CCALibration[?]

Sets/queries the expected burst parameter. This command is used during dynamic power measurements when the EGPRS 8PSK estimated carrier power filter is selected. The command is used for measurement synchronization of EGPRS signals when the estimated carrier power filter is used. (If the burst type is not set, the test set may not synchronize to the input signal's midamble.)

The optional [:SELected] keyword specifies that the setting or query applies to the currently selected application.

Setting Range: TSC0 | TSC1 | TSC2 | TSC3 | TSC4 | TSC5 | TSC6 | TSC7 | RACH

Query Range: TSC0 | TSC1 | TSC2 | TSC3 | TSC4 | TSC5 | TSC6 | TSC7 | RACH

*RST Setting: TSC5

Test Set Requirements: E6601A WCTS Program Version A.04 and above

Example:

' Set the test set to expect Training Sequence Code (TSC) 2 in the midamble burst.

TestSet.WriteString("RFANalyzer:BURSt:TYPE TSC2")

RFANalyzer:CONTrol:FREQuency:AUTO[:SELected][?]
RFANalyzer:CONTrol:FREQuency:AUTO:CCALibration[?]

Sets/queries whether the test set's RF analyzer is set to automatic (ON) or manual (OFF) frequency control.

The optional [:SELected] keyword specifies that the frequency control mode being set or queried applies to the currently selected application.

Setting Range: 0 | OFF | 1 | ON

Query Range: 0 | 1

*RST Setting: 1 | ON

Test Set Requirements: E6601A WCTS Program Version A.04 and above

Example:

' Set the RF analyzer frequency control to manual.

TestSet.WriteString("RFANalyzer:CONTrol:FREQuency:AUTO OFF")

RFANalyzer:MANual:FREQuency[:SELected][?]
RFANalyzer:MANual:FREQuency:CCALibration[?] 

Sets/queries the manual frequency of the RF analyzer. The RFANalyzer:CONTrol:FREQuency:AUTO[:SELected][?] command must be set to manual (OFF) to use this command.

The units (GHZ|MHZ|KHZ|HZ) are optional, if no units are specified than units default to Hz.

The optional [:SELected] keyword specifies that the frequency being set or queried applies to the currently selected application.

Setting Range: 380 to 2700 MHz

Query Range: 380 to 2700 MHz

*RST Setting: 896 MHz

Test Set Requirements: E6601A WCTS Program Version A.04 and above; A.05 changed lower frequency limit from 400 MHz to 380MHz

Example:

' Sets the manual frequency of the RF analyzer to 500 MHz.

TestSet.WriteString("RFANalyzer:MANual:FREQuency:CCALibration 800MHZ")

RFANalyzer:MANual:MFRequency[:SELected][?]
RFANalyzer:MANual:MFRequency:CCALibration[?]

Sets/queries the manual frequency of the RF analyzer. This command also sets the RFANalyzer:CONTrol:FREQuency:AUTO[:SELected][?] command to manual (OFF).

The units (GHZ|MHZ|KHZ|HZ) are optional, if no units are specified than units default to Hz.

The optional [:SELected] keyword specifies that the frequency being set or queried applies to the currently selected application.

Setting Range: 380 to 2700 MHz

Query Range: 380 to 2700 MHz

*RST Setting: 896 MHz

Test Set Requirements: E6601A WCTS Program Version A.04 and above; A.05 changed lower frequency limit from 400 MHz to 380MHz

Example:

' Set the manual frequency of the receiver to 1200 MHz.

TestSet.WriteString("RFANalyzer:MANual:MFRequency:CCALibration 1200MHZ")

RFANalyzer:MANual:POWer[:AMPLitude][:SELected][?]
RFANalyzer:MANual:POWer[:AMPLitude]:CCALibration[?]

Sets/queries the power level in dBm that the test set's RF analyzer is expecting the wireless device to transmit at.

The optional [:SELected] keyword specifies that the expected power level being set or queried applies to the currently selected application.

Setting Range: -110 to +85 dBm

Query Range: -110 to +85 dBm

Resolution: 0.01 dBm

*RST Setting: 20 dBm

Test Set Requirements: E6601A WCTS Program Version A.04 and above

Example:

' Set the test set expected burst power level to 15 dBm.

TestSet.WriteString("RFANalyzer:MANual:POWer 15DBM")

RFANalyzer:SYSTem:TYPE[:SELected][?]
RFANalyzer:SYSTem:TYPE:CCALibration[?]

Sets/queries the system type.

The optional [:SELected] keyword specifies that the setting or query applies to the currently selected application.

Setting Range: CDMA2000 | EVDO

Query Range: CDMA2000 | EVDO

*RST Setting: CDMA2000

Test Set Requirements: E6601A WCTS Program Version A.04 and above

Example:

' Set the system type to 1xEV-DO.

TestSet.WriteString("RFANalyzer:SYSTem:TYPE:CCALibration EVDO")