SETup:DAPower

SETup:DAPower

Last updated: July 25, 2008

GPIB Command Conventions

SETup:DAPower:CONTinuous

Function

Sets/queries the trigger arm state for the digital average power measurement. The trigger arm state determines whether the digital average 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)).

See Digital Average Power Measurement Parameters , "Trigger Arm."

Requirements Test Application Revision: A.01.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:DAPower:CONTinuous ON" 
!Sets measurement to single trigger mode.

SETup:DAPower:COUNt[:SNUMber]

Function

The setting form of this command performs two functions: (1) sets the number of digital average 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 digital average power multi-measurements to be made when multi-measurement state is ON.

See Digital Average Power Measurement Parameters , "Multi-Measurement Count."

Requirements Test Application Revision: A.01.20 and above
Lab Application Revision: A.01 and above

Setting

Range: 1 to 999

Query

Range: 1 to 999

*RST Setting

Off (10 when STATe = On)

Programming Example

 
OUTPUT 714;"SETup:DAPower:COUNt 5" 
!Turns on multi-measurements and sets the number of measurements to 5.

SETup:DAPower:COUNt:NUMBer

Function

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

See Digital Average Power Measurement Parameters , "Multi-Measurement Count."

Requirements Test Application Revision: A.01.20 and above
Lab Application Revision: A.01 and above

Setting

Range: 1 to 999

Query

Range: 1 to 999

*RST Setting

10

Programming Example

 
OUTPUT 714;"SETup:DAPower:COUNt:NUMBer 5" 
!Sets the number of measurements to 5 when the multi-measurement state is set to ON.

SETup:DAPower:COUNt:STATe

Function

Sets/queries the multi-measurement state of the digital average power measurement.

See Digital Average Power Measurement Parameters , "Multi-Measurement Count."

Requirements Test Application Revision: A.01.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:DAPower:COUNt:STATe ON"
! Turns on multi-measurements.

SETup:DAPower:TIMeout[:STIMe]

Function

The setting form of this command performs two functions: (1) sets the digital average power measurement's timeout value, and (2) sets the digital average power measurement's timeout STATe to 1 (on).

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

See Digital Average Power Measurement Parameters , "Timeout Time/State."

Requirements Test Application Revision: A.01.20 and above
Lab Application Revision: A.01 and above

Setting

Range: 1 to 999 seconds

Resolution: 1 second

Query

Range: 1 to 999

*RST Setting

10 seconds, on

Programming Example

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

SETup:DAPower:TIMeout:STATe

Function

Sets/queries the digital average power measurement's timeout state.

See Digital Average Power Measurement Parameters , "Timeout Time/State."

Requirements Test Application Revision: A.01.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:DAPower:TIMeout:STATe ON"

SETup:DAPower:TIMeout:TIME

Function

Sets/queries the digital average power measurement's timeout setting to be used when the timeout state is set to ON.

See Digital Average Power Measurement Parameters , "Timeout Time/State."

Requirements Test Application Revision: A.01.20 and above
Lab Application Revision: A.01 and above

Setting

Range: 1 to 999 seconds

Resolution: 1 second

Query

Range: 1 to 999

*RST Setting

10 seconds

Programming Example

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