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
| Name | Type | Get/Set | Brief |
|---|---|---|---|
| DiffPairs | Array[DiffPair] | Yes/No | No description provided. |
| MaxLengthDiff | Variant[int, none] | Yes/No | Maximum length difference for this chain, if one is defined. |
| MinPercentPaired | Variant[float, none] | Yes/No | Minimum percentage difference for this chain, if one is defined. |
| Name | str | Yes/No | The descriptive name for this differential pair chain. |
| Pad1 | Variant[ConnectPoint, none] | Yes/No | The first connection point in this differential pair chain definition. |
| Pad2 | Variant[ConnectPoint, none] | Yes/No | The second connection point in this differential pair chain definition. |
| Pad3 | Variant[ConnectPoint, none] | Yes/No | The third connection point in this differential pair chain definition. |
| Pad4 | Variant[ConnectPoint, none] | Yes/No | The 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.