190 Appendix C
COM Object Reference
SCPI.CALCulate(Ch).SRL.CONNector(Pt).IMPedance
SCPI.CALCulate(Ch).SRL.CONNector(Pt).IMPedance
Object type Property
Syntax Val ue = SCPI.CALCulate(Ch).SRL.CONNector(Pt).IMPedance
Description For the active trace of channels 1 to 4 (Ch), read outs the averave cable impedance used for
the SRL calculation.
Variable
For information on the variable (Ch), see Table C-2, “Variable (Ch),” on page 159.
Examples Dim ImpWid As Double
SCPI.CALCulate(1).PARameter(1).SELect
Imp = SCPI.CALCulate(1).SRL.CONNector(1).IMPedance
Related objects SCPI.CALCulate(Ch).SRL.STATe on page 195
SCPI.CALCulate(Ch).SRL.CONNector(Pt).IMMediate on page 189
Equivalent key None
Value
Description Impedance value
Data type Double precision floating point type (Double)
Unit Ohm
Note This command is read only.