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 Attributes DesignVariable.name Name of the design variable. DesignVariable.value Value of the design variable.