delete_variable#

MaxwellCircuit.delete_variable(name: str) bool#

Delete a variable.

Parameters:
name

Name of the variable.

References

>>> oProject.ChangeProperty
>>> oDesign.ChangeProperty

Examples

>>> from ansys.aedt.core import Hfss
>>> app = Hfss()
>>> app.delete_variable("width")