Inherits: SignalPath < DesignItem < ScriptObject
A signal path is a series of ConnectPoint that is defined by rules configured in the Technology dialog.
Properties
| Name | Type | Get/Set | Brief |
|---|---|---|---|
| ConnectPoints | Array[ConnectPoint] | Yes/No | The list of Connect Point items in this SignalPath. |
| EndConnectPoint | ConnectPoint | Yes/No | Get the end Connect Point for this SignalPath. |
| GetName | str | Yes/No | The descriptive name for this SignalPath. |
| StartConnectPoint | ConnectPoint | Yes/No | Get the start Connect Point for this SignalPath. |
Property Details
ConnectPoints
Type: Array[ConnectPoint]
The list of Connect Point items in this SignalPath.
EndConnectPoint
Type: ConnectPoint
Get the end Connect Point for this SignalPath.
GetName
Type: str
The descriptive name for this SignalPath.
StartConnectPoint
Type: ConnectPoint
Get the start Connect Point for this SignalPath.