name#

property NamedVariable.name: str#

Name of the variable as a string.

Examples

>>> from ansys.aedt.core import Hfss
>>> from ansys.aedt.core.modeler.advanced_cad.stackup_3d import NamedVariable
>>> hfss = Hfss()
>>> my_variable = NamedVariable(hfss, "my_frequency", "900000Hz")
>>> my_variable.name
'my_frequency'