Inherits: DiffPairChain < DesignItem < ScriptObject

Differential pair chains are chains of DiffPair.

Through this object you can find the differential pairs that make up the chain, and also read or change the various settings on the chain. These are the same settings as are available through the Technology dialog.

Properties

NameTypeGet/SetBrief
DiffPairsArray[DiffPair]Yes/NoNo description provided.
MaxLengthDiffVariant[int, none]Yes/NoMaximum length difference for this chain, if one is defined.
MinPercentPairedVariant[float, none]Yes/NoMinimum percentage difference for this chain, if one is defined.
NamestrYes/NoThe descriptive name for this differential pair chain.
Pad1Variant[ConnectPoint, none]Yes/NoThe first connection point in this differential pair chain definition.
Pad2Variant[ConnectPoint, none]Yes/NoThe second connection point in this differential pair chain definition.
Pad3Variant[ConnectPoint, none]Yes/NoThe third connection point in this differential pair chain definition.
Pad4Variant[ConnectPoint, none]Yes/NoThe fourth connection point in this differential pair chain definition.

Property Details

DiffPairs

Type: Array[DiffPair]


MaxLengthDiff

Type: Variant[int, none]

Maximum length difference for this chain, if one is defined.


MinPercentPaired

Type: Variant[float, none]

Minimum percentage difference for this chain, if one is defined.


Name

Type: str

The descriptive name for this differential pair chain.


Pad1

Type: Variant[ConnectPoint, none]

The first connection point in this differential pair chain definition.


Pad2

Type: Variant[ConnectPoint, none]

The second connection point in this differential pair chain definition.


Pad3

Type: Variant[ConnectPoint, none]

The third connection point in this differential pair chain definition.


Pad4

Type: Variant[ConnectPoint, none]

The fourth connection point in this differential pair chain definition.