Property (Read-Write)
SCPI.SOURce(Ch).POWer.LEVel.SLOPe.STATe = Status
Status = SCPI.SOURce(Ch).POWer.LEVel.SLOPe.STATe
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).
Parameter |
Status |
Description |
On/off of the power slope feature |
Data type |
Boolean type (Boolean) |
Range |
Select from either of the following:
|
Preset value |
False or OFF |
Dim Slop As Boolean
SCPI.SOURce(1).POWer.LEVel.SLOPe.STATe = True
Slop = SCPI.SOURce(1).POWer.LEVel.SLOPe.STATe
SCPI.SOURce(Ch).POWer.LEVel.SLOPe.DATA
Sweep Setup > Power > Slope
:SOURce{[1]-4}:POWer[:LEVel]:SLOPe:STATe {ON|OFF|1|0}
:SOURce{[1]-4}:POWer[:LEVel]:SLOPe:STATe?
{1|0}<newline><^END>
10 OUTPUT 717;":SOUR1:POW:SLOP:STAT ON"
20 OUTPUT 717;":SOUR1:POW:SLOP:STAT?"
30 ENTER 717;A