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

Object Type

Property (Read-Write)

Syntax

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

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

Description

This command sets/gets the connector length value of specified port ( Pt) for the connector mismatch compensation, for the active trace of the selected channel ( Ch).

Variable

Parameter

Value

Description

Connector length value for compensation

Data Type

Double precision floating point type (Double)

Range

-0.02 to 0.2

Preset Value

0

Unit

m (meters)

Examples

Dim Leng as Double
SCPI.CALCulate(2).SRL.CONNector(1).LENGth = -0.01
Leng = SCPI.CALCulate(2).SRL.CONNector(1).LENGth

Related Objects

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

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

Equivalent Key

Analysis > SRL > Port1 Connector|Port2 Connector > Length

Equivalent SCPI Command

Syntax

:CALCulate{[1]-4}:SRL:CONNector{[1]|2}:LENGth <numeric>

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

Query Response

{numeric} <newline><^END>

Example of use

10 OUTPUT 717;":CALC1:SRL:CONN2:LENG -0.02"
20 OUTPUT 717;":CALC1:SRL:CONN2:LENG?"
30 ENTER 717;A