188 Appendix C
COM Object Reference
SCPI.CALCulate(Ch).SRL.CONNector(Pt).CAPacitance
SRL SCPI Objects
SCPI objects are a collection of the COM interface having one-on-one correspondence
with the SCPI commands. This section describes the SCPI objects provided for the SRL
function of the E5061A/E5062A.
SCPI.CALCulate(Ch).SRL.CONNector(Pt).CAPacitance
Object type Property
Syntax SCPI.CALCulate(Ch).SRL.CONNector(Pt).CAPacitance = Val ue
Val ue = SCPI.CALCulate(Ch).SRL.CONNector(Pt).CAPacitance
Description For the active trace of channels 1 to 4 (Ch), sets the connector capacitance value for the
connector mismatch compensation.
Variable
For information on the variable (Ch), see Table C-2, “Variable (Ch),” on page 159.
Examples Dim Cent As Double
SCPI.CALCulate(1).PARameter(1).SELect
SCPI.CALCulate(1).SRL.CONNector(1).CAPacitance = 1E-2
Cent = SCPI.CALCulate(1).SRL.CONNector(1).CAPacitance
Related objects SCPI.CALCulate(Ch).SRL.STATe on page 195
SCPI.CALCulate(Ch).SRL.CONNector(Pt).IMMediate on page 189
Equivalent key [Analysis] - SRL - Portx Connector - Capacitance
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
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.