attribute_child#
- class ansys.systemcoupling.core.adaptor.api_25_2.attribute_child.attribute_child(name=None, parent=None)#
Bases:
ContainerConfigure an attribute.
Properties
- attribute_typestr
The type of the attribute (“Real”, “Integer”, or “String”).
- modifiablebool
Controls whether the attribute is Modifiable
- real_valueRealType
Real attribute value.
- integer_valueint
Integer attribute value.
- string_valuestr
String attribute value.
Children
Child |
Summary |
|---|---|
Configure attribute dimensionality. |
Included in:
Parent |
Summary |
|---|---|
Configure an attribute. |