SCPI.CALCulate(Ch).SRL.CONNector(Pt).IMPedance

Object Type

Property (Read Only)

Syntax

Value = SCPI.CALCulate(Ch).SRL.CONNector(Pt).IMPedance

Description

This command gets the average cable impedance of specified port ( Pt) for the SRL calculation, for the active trace of the selected channel ( Ch).

Variable

Parameter

Value

Description

Impedance value

Data Type

Double precision floating point type (Double)

Unit

Examples

Dim PortImp as Double
PortImp = SCPI.CALCulate(2).SRL.CONNector(2).IMPedance

Related Objects

SCPI.CALCulate(Ch).SRL.CONNector(Pt).IMMediate

Equivalent Key

No equivalent key is available on the front panel.

Equivalent SCPI Command

Syntax

:CALCulate{[1]-4}:SRL:CONNector{[1]|2}:IMPedance?

Query Response

{numeric} <newline><^END>

Example of use

10 OUTPUT 717;":CALC1:SRL:CONN2:IMP?"
20 ENTER 717;A