Property (Read-Write)
SCPI.CALCulate(Ch).SRL.STATe = Status
Status = SCPI.CALCulate(Ch).SRL.STATe
This command turns ON/OFF the SRL measurement function, for the active trace of the selected channel (Ch).
Parameter |
Status |
Description |
SRL measurement function status |
Data Type |
Boolean type (Boolean) |
Range |
Select from the following:
|
Preset Value |
False or OFF |
Dim SRLStat as Boolean
SCPI.CALCulate(2).SRL.STATe = True
SRLStat = SCPI.CALCulate(2).SRL.STATe
SCPI.CALCulate(Ch).SRL.CONNector(Pt).CAPacitance
SCPI.CALCulate(Ch).SRL.CONNector(Pt).LENGth
SCPI.CALCulate(Ch).SRL.IMPedance.MANual
Analysis > SRL > SRL
:CALCulate{[1]-4}:SRL[:STATe] {ON|OFF|1|0}
:CALCulate{[1]-4}:SRL[:STATe]?
{1|0} <newline><^END>
10 OUTPUT 717;":CALC1:SRL ON"
20 OUTPUT 717;":CALC1:SRL?"
30 ENTER 717;A