Inherits: NetClass < DesignItem < ScriptObject
A net class is a set of rules and properties which apply to specific Net.
Properties
| Name | Type | Get/Set | Brief |
|---|---|---|---|
| AlternateTrackStyle | TrackStyle | Yes/No | The alternate default TrackStyle for nets of this NetClass. |
| DefaultTrackStyle | TrackStyle | Yes/No | The default TrackStyle for nets of this NetClass. |
| MaxTrackStyle | TrackStyle | Yes/No | The ‘maximum’ TrackStyle for this NetClass. |
| MinTrackStyle | TrackStyle | Yes/No | The ‘minimum’ TrackStyle for this NetClass. |
| Name | str | Yes/No | The name of this NetClass. |
| Type | NetClassType | Yes/Yes | The type of this NetClass. |
Enumerations
NetClassType
| Name | Value | Description |
|---|---|---|
| Signal | 0 | No description provided. |
| Power | 1 | No description provided. |
| Ground | 2 | No description provided. |
Property Details
AlternateTrackStyle
Type: TrackStyle
The alternate default TrackStyle for nets of this NetClass.
DefaultTrackStyle
Type: TrackStyle
The default TrackStyle for nets of this NetClass.
MaxTrackStyle
Type: TrackStyle
The ‘maximum’ TrackStyle for this NetClass.
MinTrackStyle
Type: TrackStyle
The ‘minimum’ TrackStyle for this NetClass.
Name
Type: str
The name of this NetClass.
Type
Type: NetClassType
The type of this NetClass.