Property (Read-Write)
SCPI.SOURce(Ch).POWer.LEVel.SLOPe.DATA = Value
Value = SCPI.SOURce(Ch).POWer.LEVel.SLOPe.DATA
This command sets/gets the correction value of the power slope feature of the selected channel (Ch).
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. |
Dim SlopLev As Double
SCPI.SOURce(1).POWer.LEVel.SLOPe.DATA = 0.1
SlopLev = SCPI.SOURce(1).POWer.LEVel.SLOPe.DATA
SCPI.SOURce(Ch).POWer.LEVel.SLOPe.STATe
Sweep Setup > Power > Slope
:SOURce{[1]-4}:POWer[:LEVel]:SLOPe[:DATA] <numeric>
:SOURce{[1]-4}:POWer[:LEVel]:SLOPe[:DATA]?
{numeric}<newline><^END>
10 OUTPUT 717;":SOUR1:POW:SLOP 0.1"
20 OUTPUT 717;":SOUR1:POW:SLOP?"
30 ENTER 717;A