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

Object type

Property (Read-Write)

Syntax

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

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

Description

This command sets/gets the correction value of the power slope feature of the selected channel (Ch).

Variable

Parameter

Value

Description

Correction value of the power slope feature

Data type

Double precision floating point type (Double)

Range

-2 to 2

Preset value

0

Unit

dB/GHz

Resolution

0.01

Note

If the specified variable is out of the allowable setup range, the minimum value (if the lower limit of the range is not reached) or the maximum value (if the upper limit of the range is exceeded) is set.

Examples

Dim SlopLev As Double
SCPI.SOURce(1).POWer.LEVel.SLOPe.DATA = 0.1
SlopLev = SCPI.SOURce(1).POWer.LEVel.SLOPe.DATA

Related objects

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

Equivalent key

Sweep Setup > Power > Slope

Equivalent SCPI command

Syntax

:SOURce{[1]-4}:POWer[:LEVel]:SLOPe[:DATA] <numeric>

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

Query response

{numeric}<newline><^END>

Example of use

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