DependentParameter#
- class ansys.optislang.core.project_parametric.DependentParameter(name: str = '', operation: str = '0', reference_value: bool | float | str | Tuple[Any, ParameterValueType] | None = None, id: str | None = None, const: bool = False)#
Stores dependent parameter data.
Methods
DependentParameter.from_dict
(par_dict)Create an instance of the
Parameter
class from optiSLang output.Convert an instance of the
DependentParameter
class to a dictionary.Attributes
Whether the value for the parameter is a constant.
ID of the parameter.
Name of the parameter.
Operation expression.
Reference value of the parameter.
Type of the parameter.