hide_variable#
- NamedVariable.hide_variable(value: bool = True) bool#
Set the variable to a hidden variable.
- Parameters:
- valuebool,
optional Whether the variable is a hidden variable. The default is
True.
- valuebool,
- Returns:
Examples
>>> from ansys.aedt.core.modeler.advanced_cad.stackup_3d import NamedVariable >>> obj = NamedVariable() >>> obj.hide_variable(value=1)