SETup:CAPPower

SETup:CAPPower

Last updated: June 7, 2007

GPIB Command Conventions

SETup:CAPPower:CONTinuous

Function

Sets/queries the trigger arm state for the access probe power measurement. The trigger arm state determines whether the access probe power measurement will be made on the first access probe in an access probe sequence then stop (0|OFF (single)), or automatically re-arm and make measurements on each of the following access probes (1|ON (continuous)).

Setting

Range: 1|ON|0|OFF

Query

Range: 1|0

*RST Setting

0 (off)

Programming Example

 
OUTPUT 714;"SETUP:CAPPOWER:CONTINUOUS OFF" 
!Sets measurement to single trigger mode.

SETup:CAPPower:TIMeout[:STIMe]

Function

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

The query form returns the access probe 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, on

Programming Example

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

SETup:CAPPower:TIMeout:STATe

Function

Sets/queries the access probe power measurement's timeout (see Timeouts ) state.

Setting

Range: 1|ON|0|OFF

Query

Range: 1|0

*RST Setting

0 (off)

Programming Example

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

SETup:CAPPower:TIMeout:TIME

Function

Sets/queries the access probe power measurement's timeout (see Timeouts ) 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:CAPPOWER:TIMEOUT:TIME 5"