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

NameTypeGet/SetBrief
AttrNameAttributeNameYes/NoThe AttributeName of the attribute, defining its properties and usage.
NamestrYes/NoThe name of this attribute, which is identical to its AttributeName’s name.
ValuestrYes/YesThe 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.