Inherits: AttributeName < DesignItem < ScriptObject
An attribute name is a particular attribute type that a DesignItem may have.
Properties
| Name | Type | Get/Set | Brief |
|---|---|---|---|
| BackAnnotate | bool | Yes/Yes | Specifies whether the associated Attribute should be back annotated from PCB to schematic. |
| Context | Context | Yes/Yes | The context in which this AttributeName applies. |
| Name | str | Yes/Yes | The name of this AttributeName. |
| Predefined | bool | Yes/No | True if this is a predefined AttributeName. |
| ShowName | bool | Yes/Yes | True if the name of this AttributeName should be displayed. |
| ShowValue | bool | Yes/Yes | True if the value of this AttributeName should be displayed. |
| Usage | Usage | Yes/Yes | The usage type of this AttributeName. |
| UseAsHyperlink | bool | Yes/Yes | True if a corresponding AttributePosition should act as a hyperlink. |
| UseAsTooltip | bool | Yes/Yes | True if a corresponding AttributePosition should display attribute values in a tooltip. |
Enumerations
Context
| Name | Value | Description |
|---|---|---|
| Any | 0 | No description provided. |
| Pcb | 1 | No description provided. |
| Scm | 2 | No description provided. |
Usage
| Name | Value | Description |
|---|---|---|
| Any | 0 | No description provided. |
| Net | 1 | No description provided. |
| Pad | 2 | No description provided. |
| Part | 3 | No description provided. |
| Design | 4 | No description provided. |
Property Details
BackAnnotate
Type: bool
Specifies whether the associated Attribute should be back annotated from PCB to schematic.
Context
Type: Context
The context in which this AttributeName applies.
Name
Type: str
The name of this AttributeName.
Predefined
Type: bool
True if this is a predefined AttributeName.
ShowName
Type: bool
True if the name of this AttributeName should be displayed.
ShowValue
Type: bool
True if the value of this AttributeName should be displayed.
Usage
Type: Usage
The usage type of this AttributeName.
UseAsHyperlink
Type: bool
True if a corresponding AttributePosition should act as a hyperlink.
UseAsTooltip
Type: bool
True if a corresponding AttributePosition should display attribute values in a tooltip.