SETup:WTPower

SETup:WTPower

Last updated: May 10, 2010

GPIB Command Conventions

SETup:WTPower:CONTinuous

Function

Sets/queries the trigger arm state for the thermal power measurement. The trigger arm state determines whether the thermal power measurement will be made once then stop (0|OFF (single)), or automatically rearm upon completion of one measurement and repeat the process (1|ON (continuous)).

Setting

Range: 1|ON|0|OFF

Query

Range: 1|0

*RST Setting

0 (off)

Requirements

Test or Lab Application Revision: A.01 and above

Programming Example

 
OUTPUT 714;"SETUP:WTPOWER:CONTINUOUS ON" 
!Sets measurement to single trigger mode.

SETup:WTPower:COUNt[:SNUMber]

Function

The setting form of this command performs two functions: (1) sets the number of thermal power measurements to be made in a multi-measurement, and (2) sets the multi-measurement STATe command to 1 (on).

The query form returns the number of thermal power multi-measurements to be made when multi-measurement state is ON.

Setting

Range: 1 to 999

Query

Range: 1 to 999

*RST Setting

Off (10 when STATe = On)

Requirements

Test or Lab Application Revision: A.01 and above

Programming Example

 
OUTPUT 714;"SETUP:WTPOWER:COUNT:SNUMBER 5" 
!Turns on multi-measurements and sets the number of measurements to 5.

SETup:WTPower:COUNt:NUMBer

Function

Sets/queries the number of thermal power measurements to be made when the multi-measurement state is ON.

Setting

Range: 1 to 999

Query

Range: 1 to 999

*RST Setting

10

Requirements

Test or Lab Application Revision: A.01 and above

Programming Example

 
OUTPUT 714;"SETUP:WTPOWER:COUNT:NUMBER 5" 
!Sets the number of measurements to 5 when the multi-measurement state is set to ON.

SETup:WTPower:COUNt:STATe

Function

Sets/queries the multi-measurement state of the thermal power measurement.

Setting

Range: 1|ON|0|OFF

Query

Range: 1|0

*RST Setting

0 (off)

Requirements

Test or Lab Application Revision: A.01 and above

Programming Example

 
OUTPUT 714;"SETUP:WTPOWER:COUNT:STATE ON" !Turns on multi-measurements.

SETup:WTPower:TIMeout[:STIMe]

Function

The setting form of this command performs two functions: (1) sets the thermal power measurement's timeout value, and (2) sets the thermal 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, off

Requirements

Test or Lab Application Revision: A.01 and above

Programming Example

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

SETup:WTPower:TIMeout:STATe

Function

Sets/queries the thermal power measurement's timeout state.

Setting

Range: 1|ON|0|OFF

Query

Range: 1|0

*RST Setting

0 (off)

Requirements

Test or Lab Application Revision: A.01 and above

Programming Example

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

SETup:WTPower:TIMeout:TIME

Function

Sets/queries the thermal power measurement's timeout 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 or Lab Application Revision: A.01 and above

Programming Example

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