SETup:TROPower

SETup:TROPower

Last updated: June 7, 2007

GPIB Command Conventions

SETup:TROPower:STEP

Function

Sets the direction of the test set's cell power change. The mobile's output power is expected to change in the opposite direction as the 20 dB test set cell power change.

Setting

Range: UP20|DOWN20

*RST Setting

UP20

Requirements

Test Application Revision: B.04

Programming Example

 
OUTPUT 714;"SETUP:TROPOWER:STEP UP20"

SETup:TROPower:TIMeout[:STIMe]

Function

Sets the time response of open loop power control measurement's timeout value, and sets the measurement's timeout STATe to 1 (on).

Setting

Range: 0.1 to 999.9 seconds

Resolution: 0.1 second

Query

Range: 0.1 to 999.9 seconds

*RST Setting

10 seconds, off

Requirements

Test Application Revision: B.04

Programming Example

 
OUTPUT 714;"SETUP:TROPOWER:TIMEOUT:STIME 20S" 
!Sets timeout state to ON and sets the timeout time to 20 seconds.

SETup:TROPower:TIMeout:STATe

Function

Sets/queries the time response of open loop power control measurement's timeout state.

Setting

Range: 1|ON|0|OFF

Query

Range: 1|0

*RST Setting

0 (off)

Requirements

Test Application Revision: B.04

Programming Example

 
OUTPUT 714;"SETUP:TROPOWER:TIMEOUT:STATE ON"
! sets the timeout state to on.

SETup:TROPower:TIMeout:TIME

Function

Sets/queries the time response of open loop power control measurement's timeout setting to be used when the timeout state is set to ON.

Setting

Range: 0.1 to 999.9 seconds

Resolution: 1 second

Query

Range: 0.1 to 999.9 seconds

*RST Setting

10 seconds

Requirements

Test Application Revision: B.04

Programming Example

 
OUTPUT 714;"SETUP:TROPOWER:TIMEOUT:TIME 20S"
! sets the timeout time to 20 seconds.