SETup:CTDPower

SETup:CTDPower

Last updated: July 25, 2008

GPIB Command Conventions

SETup:CTDPower:STEP[:LEVel]

Function

Sets/queries the power step size by which the test set expect the access terminal to decrease its output power at each step. See Power Step Size .

Requirements

Test Application Revision: A.02.20 and above
Lab Application Revision: A.01 and above

Setting

Range: - 90 to -0.01 dB

Query

Range: -90 to -0.01 dB

*RST Setting

- 4 dB

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 down steps that the test set expects the access terminal to transmit. See Number of Power Steps .

The total number of measurements actually made will be this setting plus one which can be queried with FETCh:CTDPower:COUNt[:STEP]? .

Requirements

Test Application Revision: A.02.20 and above
Lab Application Revision: A.01 and above

Setting

Range: 0 to 99

Query

Range: 0 to 99

*RST Setting

19

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 duration (20 ms, 40 ms, or 80 ms) that the test set expects the AT to hold its power constant at each power step. The test set triggers each channel power measurement relative to the first RF rise trigger based on this setting. See Number of Power Steps .

Requirements

Test Application Revision: A.02.20 and above
Lab Application Revision: A.01 and above

Setting

Range: MS20|MS40|MS80

Query

Range: MS20|MS40|MS80

*RST Setting

MS20

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 Measurement 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.

Requirements

Test Application Revision: A.02.20 and above
Lab Application Revision: A.01 and above

Setting

Range: 0.1 to 999.9 seconds

Resolution: 0.1 second

Query

Range: 0.1 to 999.9

*RST Setting

10 seconds

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 Measurement Timeouts ).

Requirements

Test Application Revision: A.02.20 and above
Lab Application Revision: A.01 and above

Setting

Range: 1|ON|0|OFF

Query

Range: 1|0

*RST Setting

0 (off)

Programming Example

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

SETup:CTDPower:TIMeout:TIME

Function

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

Requirements

Test Application Revision: A.02.20 and above
Lab Application Revision: A.01 and above

Setting

Range: 0.1 to 999.9 seconds

Resolution: 0.1 second

Query

Range: 0.1 to 999.9

*RST Setting

10 seconds

Programming Example

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