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

Object Type

Property (Read-Write)

Syntax

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

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

Description

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).

Variable

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.

Examples

Dim ConnCap as Double
SCPI.CALCulate(4).SRL.CONNector(2).CAPacitance = 1E-3
ConnCap = SCPI.CALCulate(4).SRL.CONNector(2).CAPacitance

Related Objects

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

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

Equivalent Key

Analysis > SRL > Port1 Connector|Port2 Connector > Capacitance

Equivalent SCPI Command

Syntax

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

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

Query Response

{numeric} <newline><^END>

Example of use

10 OUTPUT 717;":CALC1:SRL:CONN2:CAP 1.2E-2"
20 OUTPUT 717;":CALC1:SRL:CONN2:CAP?"
30 ENTER 717;A