SETup:CPOWer

SETup:CPOWer

Last updated: July 25, 2008

GPIB Command Conventions

SETup:CPOWer:CONTinuous

Function

Sets/queries the trigger arm state for the channel power measurement. The trigger arm state determines whether the channel power measurement will be made once then stop (0|OFF (single)), or automatically re-arm upon completion of one measurement and repeat the process (1|ON (continuous)). See Channel Power Measurement Parameters .

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:CPOWer:CONTinuous OFF" 
!Sets measurement to single trigger mode.

SETup:CPOWer:COUNt[:SNUMber]

Function

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

See Channel Power Measurement Parameters .

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:CPOWer:COUNt 5" 
!Turns on multi-measurements and sets the number of measurements to 5.

SETup:CPOWer:COUNt:NUMBer

Function

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

See Channel Power Measurement Parameters .

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:CPOWer:COUNt:NUMBer 5" 
!Sets the number of channel power multi-measurements to 5.

SETup:CPOWer:COUNt:STATe

Function

Sets/queries the channel power multi-measurement state. See Channel Power Measurement Parameters .

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:CPOWer:COUNt:STATe ON" !Turns on channel power multi-measurements.

SETup:CPOWer:MSPeed

Function

Sets/queries the channel power measurement speed. See Measurement Speed .

Requirements

Test Application Revision: A.02.20 and above
Lab Application Revision: A.01 and above

Setting

Range: FAST|VFASt

Query

Range: FAST|VFAS

*RST Setting

FAST

Programming Example

 
OUTPUT 714;"SETup:CPOWer:MSPeed VFASt"
!Sets the channel power measurements speed to very fast.

SETup:CPOWer:TIMeout[:STIMe]

Function

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

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

See Channel Power Measurement Parameters .

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

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:CPOWer:TIMeout 5" 
!Sets timeout state to ON and sets the timeout time to 5 seconds.

SETup:CPOWer:TIMeout:STATe

Function

Sets/queries the channel power measurement's timeout (see Measurement Timeouts ) state. See Channel Power Measurement Parameters .

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:CPOWer:TIMeout:STATe ON"

SETup:CPOWer:TIMeout:TIME

Function

Sets/queries the channel power measurement's timeout (see Measurement Timeouts ) setting to be used when the timeout state is set to ON. See Channel Power Measurement Parameters .

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

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:CPOWer:TIMeout:TIME 5"