Property (Read-Write)
SCPI.CALCulate(Ch).SRL.IMPedance.MANual = Value
Value = SCPI.CALCulate(Ch).SRL.IMPedance.MANual
This command sets/gets the average cable impedance to be used in the SRL calculation, for the active trace of the selected channel ( Ch).
Parameter |
Value |
Description |
The average cable impedance value |
Data Type |
Double precision floating point type (Double) |
Range |
10 to 1000 |
Preset Value |
50 |
Unit |
Ω |
Dim Imp as Double
SCPI.CALCulate(1).SRL.IMPedance.MANual = 75
Imp = SCPI.CALCulate(1).SRL.IMPedance.MANual
SCPI.CALCulate(Ch).SRL.IMPedance.AUTO.CUToff
SCPI.CALCulate(Ch).SRL.IMPedance.AUTO.STATe
Analysis > SRL > Manual Z
:CALCulate{[1]-4}:SRL:IMPedance:MANual <numeric>
:CALCulate{[1]-4}:SRL:IMPedance:MANual?
{numeric} <newline><^END>
10 OUTPUT 717;":CALC1:SRL:IMP:MAN 0"
20 OUTPUT 717;":CALC1:SRL:IMP:MAN?"
30 ENTER 717;A