SCPI.SOURce(Ch).POWer.LEVel.SLOPe.STATe

Object type

Property (Read-Write)

Syntax

SCPI.SOURce(Ch).POWer.LEVel.SLOPe.STATe = Status

Status = SCPI.SOURce(Ch).POWer.LEVel.SLOPe.STATe

Description

This command turns ON/OFF or gets the status of the power slope feature, for the selected channel (Ch). This command corrects the attenuation of simple power level proportional to the frequency (attenuation due to cables etc).

Variable

Parameter

Status

Description

On/off of the power slope feature

Data type

Boolean type (Boolean)

Range

Select from either of the following:

  • True or ON: Turns on the power slop feature.

  • False or OFF: Turns off the power slop feature.

Preset value

False or OFF

Examples

Dim Slop As Boolean
SCPI.SOURce(1).POWer.LEVel.SLOPe.STATe = True
Slop = SCPI.SOURce(1).POWer.LEVel.SLOPe.STATe

Related objects

SCPI.SOURce(Ch).POWer.LEVel.SLOPe.DATA

Equivalent key

Sweep Setup > Power > Slope

Equivalent SCPI command

Syntax

:SOURce{[1]-4}:POWer[:LEVel]:SLOPe:STATe {ON|OFF|1|0}

:SOURce{[1]-4}:POWer[:LEVel]:SLOPe:STATe?

Query response

{1|0}<newline><^END>

Example of use

10 OUTPUT 717;":SOUR1:POW:SLOP:STAT ON"
20 OUTPUT 717;":SOUR1:POW:SLOP:STAT?"
30 ENTER 717;A