Inherits: Symbol < DesignItem < ScriptObject
A symbol is an item loaded from a library which describes a component. Symbols are SymbolInstance into designs by each item that uses them.
Properties
| Name | Type | Get/Set | Brief |
|---|---|---|---|
| Areas | Array[Area] | Yes/No | The list of areas belonging to this Symbol. |
| BondPads | Array[BondPad] | Yes/No | The list of bond pads belonging to this Symbol. |
| Callouts | Array[Callout] | Yes/No | The list of callouts belonging to this Symbol. |
| Copper | Array[Copper] | Yes/No | The list of copper shapes belonging to this Symbol. |
| DocShapes | Array[DocShape] | Yes/No | The list of documentation shapes belonging to this Symbol. |
| GetName | str | Yes/No | The name of this symbol. |
| LibItem | LibItem | Yes/No | Get the LibItem object that provides information such as the source library name. |
| MountingHoles | Array[MountingHole] | Yes/No | The list of mounting holes belonging to this Symbol. |
| Pads | Array[Pad] | Yes/No | The list of pads belonging to this Symbol. |
| Text | Array[Text] | Yes/No | The list of text items belonging to this Symbol. |
Property Details
Areas
Type: Array[Area]
The list of areas belonging to this Symbol.
BondPads
Type: Array[BondPad]
The list of bond pads belonging to this Symbol.
Callouts
Type: Array[Callout]
The list of callouts belonging to this Symbol.
Copper
Type: Array[Copper]
The list of copper shapes belonging to this Symbol.
DocShapes
Type: Array[DocShape]
The list of documentation shapes belonging to this Symbol.
GetName
Type: str
The name of this symbol.
LibItem
Type: LibItem
Get the LibItem object that provides information such as the source library name.
MountingHoles
Type: Array[MountingHole]
The list of mounting holes belonging to this Symbol.
Pads
Type: Array[Pad]
The list of pads belonging to this Symbol.
Text
Type: Array[Text]
The list of text items belonging to this Symbol.