Inherits: PartRep < DesignItem < ScriptObject
A part representation is one specific way to display a Part in a design.
Properties
| Name | Type | Get/Set | Brief |
|---|---|---|---|
| Gates | Array[Gate] | Yes/No | The list of Gate items that belong to this PartRep. |
| Name | str | Yes/Yes | The name of this PartRep. |
| Pins | Array[PartPin] | Yes/No | The list of PartPin items that belong to this PartRep. |
Property Details
Gates
Type: Array[Gate]
The list of Gate items that belong to this PartRep.
Name
Type: str
The name of this PartRep.
Pins
Type: Array[PartPin]
The list of PartPin items that belong to this PartRep.