attribute_child#

class ansys.systemcoupling.core.adaptor.api_25_2.attribute_child.attribute_child(name=None, parent=None)#

Bases: Container

Configure 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

dimensionality

Configure attribute dimensionality.

Included in:

Parent

Summary

attribute

Configure an attribute.