Inherits: PartRep < DesignItem < ScriptObject

A part representation is one specific way to display a Part in a design.

Properties

NameTypeGet/SetBrief
GatesArray[Gate]Yes/NoThe list of Gate items that belong to this PartRep.
NamestrYes/YesThe name of this PartRep.
PinsArray[PartPin]Yes/NoThe 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.