Inherits: TrackStyle < DesignItem < ScriptObject
A track style describes the properties of a TrackSegment.
Properties
| Name | Type | Get/Set | Brief |
|---|---|---|---|
| Name | str | Yes/Yes | The name of this track style. |
| Used | bool | Yes/No | Whether this style is used by any tracks on the design. |
| Width | int | Yes/Yes | The line width of this style. |
Property Details
Name
Type: str
The name of this track style.
Used
Type: bool
Whether this style is used by any tracks on the design.
Width
Type: int
The line width of this style.