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