Property (Read-Write)
SCPI.CALCulate(Ch).SRL.CONNector(Pt).CAPacitance = Value
Value = SCPI.CALCulate(Ch).SRL.CONNector(Pt).CAPacitance
This command sets/gets the connector capacitance value of the specified port ( Pt) for the connector mismatch compensation, for the active trace of the selected channel ( Ch).
Parameter |
Value |
Description |
Connector capacitance for compensation |
Data Type |
Double precision floating point type (Double) |
Range |
-2E-12 to 2E-12 |
Preset Value |
0 |
Unit |
F (farad) |
Note |
If the specified variable is out of the allowable setup range, the minimum value (if the lower limit of the range is not reached) or the maximum value (if the upper limit of the range is exceeded) is set. |
Dim ConnCap as Double
SCPI.CALCulate(4).SRL.CONNector(2).CAPacitance = 1E-3
ConnCap = SCPI.CALCulate(4).SRL.CONNector(2).CAPacitance
SCPI.CALCulate(Ch).SRL.CONNector(Pt).IMMediate
SCPI.CALCulate(Ch).SRL.CONNector(Pt).LENGth
Analysis > SRL > Port1 Connector|Port2 Connector > Capacitance
:CALCulate{[1]-4}:SRL:CONNector{[1]|2}:CAPacitance <numeric>
:CALCulate{[1]-4}:SRL:CONNector{[1]|2}:CAPacitance?
{numeric} <newline><^END>
10 OUTPUT 717;":CALC1:SRL:CONN2:CAP 1.2E-2"
20 OUTPUT 717;":CALC1:SRL:CONN2:CAP?"
30 ENTER 717;A