Property (Read-Write)
SCPI.CALCulate(Ch).SRL.CONNector(Pt).LENGth = Value
Value = SCPI.CALCulate(Ch).SRL.CONNector(Pt).LENGth
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).
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) |
Dim Leng as Double
SCPI.CALCulate(2).SRL.CONNector(1).LENGth = -0.01
Leng = SCPI.CALCulate(2).SRL.CONNector(1).LENGth
SCPI.CALCulate(Ch).SRL.CONNector(Pt).CAPacitance
SCPI.CALCulate(Ch).SRL.CONNector(Pt).IMMediate
Analysis > SRL > Port1 Connector|Port2 Connector > Length
:CALCulate{[1]-4}:SRL:CONNector{[1]|2}:LENGth <numeric>
:CALCulate{[1]-4}:SRL:CONNector{[1]|2}:LENGth?
{numeric} <newline><^END>
10 OUTPUT 717;":CALC1:SRL:CONN2:LENG -0.02"
20 OUTPUT 717;":CALC1:SRL:CONN2:LENG?"
30 ENTER 717;A