independent_variables#

property VariableManager.independent_variables: dict#

Independent variables.

Returns:
dict

Dictionary of the independent variables (constant numeric values) available to the design.

References

>>> oProject.GetVariables
>>> oDesign.GetVariables
>>> oProject.GetChildObject("Variables").GetChildNames
>>> oDesign.GetChildObject("Variables").GetChildNames

Examples

>>> from ansys.aedt.core import Hfss
>>> hfss = Hfss()
>>> hfss.variable_manager.independent_variables