__init__#

DesignVariable.__init__(name: str = '', value: bool | float | complex | list | dict | None = None) None#

Create a new instance of the DesignVariable class.

Parameters:
name: str

Variable’s name.

value: Union[bool, float, complex, list, dict, None]

Variable’s value.