SETup:WTDPower

SETup:WTDPower

Last updated: January 16, 2009

GPIB Command Conventions

SETup:WTDPower:STEP[:LEVel]

Function

Sets/queries Power Step Size .

Setting

Range: -90.00 to -0.01 dB

Resolution: 0.01 dB

Query

Same as setting

*RST Setting

-4.00 dB

Requirements

Test Application Revision: A.07 and above

Lab Application Revision: C.02 and above

Programming Example

 
 
OUTPUT 714;"SETup:WTDPower:STEP -5" 
! Sets the power step size to -5 dB.

SETup:WTDPower:STEP:COUNt

Function

Sets/queries Number of Power Steps .

The total number of power results returned by the measurement is 1 + Number of Power Steps . The total number of power results available can be queried using the FETCh:WTDPower:COUNt[:STEP]? command.

Setting

Range: 0 to 99

Resolution: 1

Query

Same as setting

*RST Setting

19

Requirements

Test Application Revision: A.07 and above

Lab Application Revision: C.02 and above

Programming Example

 
OUTPUT 714;"SETup:WTDPower:STEP:COUNt 5"
! Sets the number of power steps to 5. 

SETup:WTDPower:STEP:TIME

Function

Sets/queries the Power Step Time .

Setting

Range: MS20|MS40|MS80

Query

Same as setting

*RST Setting

MS20

Requirements

Test Application Revision: A.07 and above

Lab Application Revision: C.02 and above

Programming Example

 
OUTPUT 714;"SETup:WTDPower:STEP:TIME MS40"
! Sets power step time to 40 ms.

SETup:WTDPower:TIMeout[:STIMe]

Function

The setting form of this command performs two functions: (1) sets the measurement timeout value (see SETup:WTDPower:TIMeout:TIME ), and (2) sets the measurement timeout state to on (see SETup:WTDPower:TIMeout:STATe ).

The query form of this command returns the measurement timeout value.

See Measurement Timeouts .

Setting

Range: 0.1 to 999.9 seconds

Resolution: 0.1 second

Query

Same as setting

*RST Setting

10 seconds

Requirements

Test Application Revision: A.07 and above

Lab Application Revision: C.02 and above

Programming Example

 
OUTPUT 714;"SETup:WTDPower:TIMeout 5" 
! Sets timeout state to on and sets the timeout time to 5 seconds.

SETup:WTDPower:TIMeout:STATe

Function

Sets/queries the measurement timeout state.

The measurement timeout state can also be set to on using the SETup:WTDPower:TIMeout[:STIMe] command.

See Measurement Timeouts .

Setting

Range: 1|ON|0|OFF

Query

Range: 1|0

*RST Setting

0 (off)

Requirements

Test Application Revision: A.07 and above

Lab Application Revision: C.02 and above

Programming Example

 
OUTPUT 714;"SETup:WTDPower:TIMeout:STATe ON"

SETup:WTDPower:TIMeout:TIME

Function

Sets/queries the measurement timeout value to be used when the timeout state is set to on.

The measurement timeout value can also be set using the SETup:WTDPower:TIMeout[:STIMe] command.

See Measurement Timeouts .

Setting

Range: 0.1 to 999.9 seconds

Resolution: 0.1 second

Query

Same as setting

*RST Setting

10 seconds

Requirements

Test Application Revision: A.07 and above

Lab Application Revision: C.02 and above

Programming Example

 
OUTPUT 714;"SETup:WTDPower:TIMeout:TIME 5"