Inherits: NetClass < DesignItem < ScriptObject

A net class is a set of rules and properties which apply to specific Net.

Properties

NameTypeGet/SetBrief
AlternateTrackStyleTrackStyleYes/NoThe alternate default TrackStyle for nets of this NetClass.
DefaultTrackStyleTrackStyleYes/NoThe default TrackStyle for nets of this NetClass.
MaxTrackStyleTrackStyleYes/NoThe ‘maximum’ TrackStyle for this NetClass.
MinTrackStyleTrackStyleYes/NoThe ‘minimum’ TrackStyle for this NetClass.
NamestrYes/NoThe name of this NetClass.
TypeNetClassTypeYes/YesThe type of this NetClass.

Enumerations

NetClassType

NameValueDescription
Signal0No description provided.
Power1No description provided.
Ground2No 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.