CALL:CONTrol

CALL:CONTrol

Last updated: November 9, 2010

GPIB Command Conventions

CALL[:CELL]:CONTrol:DOWNlink:FREQuency:AUTO

Function

Sets/queries whether the user or the base station emulator is in control of the RF generator's CDMA forward channel frequency setting. If set to on (1), the base station emulator is in control and the frequency will automatically be set by the test set. This is done by mapping the selected CDMA physical channel number to a frequency as defined in applicable standards.

If set to off (0), the forward channel frequency is directly settable. Refer to CALL:RFGenerator to set the CDMA forward channel frequency.

Setting

Range: 1|ON|0|OFF

Query

Range: 1|0

*RST Setting

1 (auto)

Programming Example

 
OUTPUT 714;"CALL:CELL:CONTROL:DOWNLINK:FREQUENCY:AUTO OFF" 
!Enables manual frequency setting.

CALL[:CELL]:CONTrol:DOWNlink:TIMing:ADVance

Function

Sets/queries the TX Timing advance of the test set, See Tx Timing Advance .

Requirements

Test Application Revision: A.09 and above
Lab Application Revision: B.01 and above

Setting

Range: 0 to 255 1/4 chips

Resolution: 1/4 chips increments

Query

Range: 1|0

*RST Setting

0

Programming Example

 
OUTPUT 714;"CALL:CONTrol:DOWNlink:TIMing:ADVance 2" 
!Sets the TX timing advance to 2/4 chip.

CALL[:CELL]:CONTrol:RCSO:NEGotiation:FLEXible[:MODE]

Function

Sets/queries Flexible RC/SO Negotiation Mode.

This parameter determines whether the test set performs flexible RC/SO matching between the signaling messages of the mobile station and the RC/SO settings of the test set.

Setting

Range: 1|ON|0|OFF

Query

Range: 1|0

*RST Setting

0

Requirements

Test Application Revision: B.18.00 or above

Lab Application Revision: D.01.00 or above

Programming Example

 
OUTPUT 714;"CALL:CONTROL:RCSO:NEGotiation:FLEXible 1" 
!Enables the flexible RC/SO matching.