Inherits: Attribute < DesignItem < ScriptObject
Attributes are used to apply ‘labels’ or ‘values’ to items. They are pairs of attribute names and values and belong to specific items.
Most Pulsonix data items can have Attributes attached to them, with exceptions noted where relevant.
Properties
| Name | Type | Get/Set | Brief |
|---|---|---|---|
| AttrName | AttributeName | Yes/No | The AttributeName of the attribute, defining its properties and usage. |
| Name | str | Yes/No | The name of this attribute, which is identical to its AttributeName’s name. |
| Value | str | Yes/Yes | The value of the attribute for the current design variant. |
Property Details
AttrName
Type: AttributeName
The AttributeName of the attribute, defining its properties and usage.
Name
Type: str
The name of this attribute, which is identical to its AttributeName’s name.
Value
Type: str
The value of the attribute for the current design variant.