fmu_parameter_child#
- class ansys.systemcoupling.core.adaptor.api_24_2.fmu_parameter_child.fmu_parameter_child(name=None, parent=None)#
Bases:
Container
Configure a parameter for an FMU coupling participant.
Properties
- data_typestr
UNDOCUMENTED
- participant_display_namestr
Parameter’s display name as defined by the participant solver.
- display_namestr
Parameter’s display name as defined in System Coupling.
- real_valueRealType
Real data start value.
- real_minRealType
Real data minimum value.
- real_maxRealType
Real data maximum value.
- integer_valueint
Integer data start value.
- integer_minint
Integer data minimum value.
- integer_maxint
Integer data maximum value.
- logical_valuebool
Logical data start value.
- string_valuestr
String data start value.
- enumeration_valueint
Enumeration data start value.
- enumeration_minint
Enumeration data minimum value.
- enumeration_maxint
Enumeration data maximum value.
Included in:
Parent |
Summary |
---|---|
Configure a parameter for an FMU coupling participant. |