DesignVariable#
- class ansys.optislang.core.project_parametric.DesignVariable(name: str = '', value: bool | float | complex | list | dict | None = None)#
Stores information about a design variable.
Methods
__init__
([name, value])Create a new instance of the
DesignVariable
class.Attributes
Name of the design variable.
Value of the design variable.