SETup:CTDPower

SETup:CTDPower

Last updated: June 7, 2007

GPIB Command Conventions

SETup:CTDPower:STEP[:LEVel]

Function

Sets/queries the power step size by which the test set will expect the mobile station to change its output power at each step.

See TX Dynamic Power Measurement Parameters .

Setting

Range: - 90 to -0.01 dB

Query

Range: -90 to -0.01 dB

*RST Setting

- 4 dB

Requirements

Test Application Revision: B.07 and above.

Lab Application Revision: B.01 and above.

Programming Example

 
 
OUTPUT 714;"SETUP:CTDPOWER:STEP:LEVEL -5 DB" 
!Sets the power step size for the measurement.

SETup:CTDPower:STEP:COUNt

Function

Sets/queries the number of power steps that the test set should expect the mobile station to transmit. The number of measurement steps actually made will be the number of setting plus one which can be queried with FETCh:CTDPower:COUNt[:STEP]? .

See TX Dynamic Power Measurement Parameters .

Setting

Range: 0 to 99

Query

Range: 0 to 99

*RST Setting

19

Requirements

Test Application Revision: B.07 and above.

Lab Application Revision: B.01 and above.

Programming Example

 
OUTPUT 714;"SETUP:CTDPOWER:STEP:COUNT 5" 
!Sets the number of steps to be 5. 

SETup:CTDPower:STEP:TIME

Function

Sets/queries the period (in milliseconds) that the mobile station will wait between changes in its output power during the test. The test set will use this setting to determine the timing of the power measurements for the successive steps. You must set the mobile station to hold each step power constant for this amount of time.

See TX Dynamic Power Measurement Parameters .

Setting

Range: MS20|MS40|MS80

Query

Range: MS20|MS40|MS80

*RST Setting

MS20

Requirements

Test Application Revision: B.07and above.

Lab Application Revision: B.01and above.

Programming Example

 
OUTPUT 714;"SETUP:CTDPOWER:STEP:TIME MS40"
!Set the period to be 40 ms.

SETup:CTDPower:TIMeout[:STIMe]

Function

The setting form of this command performs two functions: (1) sets the TX dynamic power measurement's timeout (see Timeouts ) value, and (2) sets the TX dynamic power measurement's timeout state to 1 (on).

The query form returns the channel power measurement's timeout value.

Setting

Range: 0.1 to 999.9 seconds

Resolution: 0.1 second

Query

Range: 0.1 to 999.9

*RST Setting

10 seconds

Requirements

Test Application Revision: B.07and above.

Lab Application Revision: B.01and above.

Programming Example

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

SETup:CTDPower:TIMeout:STATe

Function

Sets/queries TX dynamic power measurement's timeout state (see Timeouts ).

Setting

Range: 1|ON|0|OFF

Query

Range: 1|0

*RST Setting

0 (off)

Requirements

Test Application Revision: B.07and above.

Lab Application Revision: B.01and above.

Programming Example

 
OUTPUT 714;"SETUP:CTDPOWER:TIMEOUT:STATE ON"

SETup:CTDPower:TIMeout:TIME

Function

Sets/queries TX dynamic power measurement's timeout (see Timeouts ) setting to be used when the timeout state is set to ON.

Setting

Range: 0.1 to 999.9 seconds

Resolution: 0.1 second

Query

Range: 0.1 to 999.9

*RST Setting

10 seconds

Requirements

Test Application Revision: B.07and above.

Lab Application Revision: B.01and above.

Programming Example

 
OUTPUT 714;"SETUP:CTDPOWER:TIMEOUT:TIME 5 S"