SETup:CPOWer

SETup:CPOWer

Last updated: June 7, 2007

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)).

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 mulit-measurement state is ON.

Setting

Range: 1 to 999

Query

Range: 1 to 999

*RST Setting

Off (10 when STATe = On)

Programming Example

 
OUTPUT 714;"SETUP:CPOWER:COUNT:SNUMBER 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 mulit-measurement state is ON.

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.

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 .

Setting

Range: NORMal|FAST|VFASt

Query

Range: NORM|FAST|VFAS

*RST Setting

NORM

Requirements

Test Application Revision: B.07 and above: Added VFASt
Lab Application Revision: B.01 and above: Added VFASt

Programming Example

 
OUTPUT 714;"SETUP:CPOWER:MSPEED FAST"
!Sets up fast channel power measurements.

SETup:CPOWer:TIMeout[:STIMe]

Function

The setting form of this command performs two functions: (1) sets the channel power measurement's timeout (see 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.

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:STIME 5 S" 
!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 Timeouts ) state.

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 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:CPOWER:TIMEOUT:TIME 5 S"