Inherits: Connection < CommonShape < DesignItem < ScriptObject
Inherited by: Track
Connections are objects which tie together electrical items on a Net.
Properties
| Name | Type | Get/Set | Brief |
|---|---|---|---|
| DiffPair | Variant[DiffPair, none] | Yes/No | The differential pair that this connection belongs to, if there is one. |
| EndNode | Variant[Node, none] | Yes/No | The net node at the end of this connection. |
| IsBreakout | bool | Yes/No | Whether this connection is a breakout. |
| IsRouted | bool | Yes/No | Whether this connection is routed (i.e. is a track, wire or breakout). |
| IsTrack | bool | Yes/No | Whether this connection is a track. |
| IsWire | bool | Yes/No | Whether this connection is a wire. |
| StartNode | Variant[Node, none] | Yes/No | The net node at the start of this connection. |
| Type | Type | Yes/No | The type of this connection. |
Enumerations
Type
| Name | Value | Description |
|---|---|---|
| Unrouted | 0 | No description provided. |
| Track | 1 | No description provided. |
| Wire | 2 | No description provided. |
| Breakout | 3 | No description provided. |
Property Details
DiffPair
Type: Variant[DiffPair, none]
The differential pair that this connection belongs to, if there is one.
EndNode
Type: Variant[Node, none]
The net node at the end of this connection.
IsBreakout
Type: bool
Whether this connection is a breakout.
IsRouted
Type: bool
Whether this connection is routed (i.e. is a track, wire or breakout).
IsTrack
Type: bool
Whether this connection is a track.
IsWire
Type: bool
Whether this connection is a wire.
StartNode
Type: Variant[Node, none]
The net node at the start of this connection.
Type
Type: Type
The type of this connection.