delete_variable# Hfss3dLayout.delete_variable(name: str) → bool# Delete a variable. Parameters: nameName of the variable. References >>> oProject.ChangeProperty >>> oDesign.ChangeProperty Examples >>> from ansys.aedt.core import Hfss >>> app = Hfss() >>> app.delete_variable("width")