SETup:ATXPower

SETup:ATXPower

Last updated: May 10, 2010

GPIB Command Conventions

SETup:ATXPower:CONTinuous

Function

Sets/queries the trigger arm state for the analog transmitter power measurement. Determines whether measurement will make one measurement 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)

Programming Example

 
OUTPUT 714;"SETUP:ATXPOWER:CONTINUOUS ON" !Sets measurement to continuous trigger mode.

SETup:ATXPower:COUNt[:SNUMber]

Function

Sets/queries the number of analog transmitter power measurements to be made in a mulit-measurement setup. This command sets the count, and automatically sets the multi-measurement STATe command to 1 (on).

Setting

Range: 1 to 999

Query

Range: 1 to 999

*RST Setting

10, on

Programming Example

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

SETup:ATXPower:COUNt:NUMBer

Function

Sets/queries the number of analog transmitter power measurements to be made when mulit-measurement state is ON.

Setting

Range: 1 to 999

Query

Range: 1 to 999

*RST Setting

10

Programming Example

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

SETup:ATXPower:COUNt:STATe

Function

Sets/queries the multi-measurement state of the analog transmitter power measurement.

Setting

Range: 1|ON|0|OFF

Query

Range: 1|0

*RST Setting

0 (off)

Programming Example

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

SETup:ATXPower:TIMeout[:STIMe]

Function

Sets/queries the analog transmitter power measurement's timeout setting and automatically sets the timeout state 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, on

Programming Example

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

SETup:ATXPower:TIMeout:STATe

Function

Sets/queries the analog transmitter power measurement's timeout state.

Setting

Range: 1|ON|0|OFF

Query

Range: 1|0

*RST Setting

0 (off)

Programming Example

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

SETup:ATXPower:TIMeout:TIME

Function

Sets/queries the analog transmitter 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

Programming Example

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