deactivate_variable_tuning# Circuit.deactivate_variable_tuning(name: str) → bool# Deactivate the tuning analysis for a variable. Parameters: namestrName of the variable. Returns: boolTrue when successful, False when failed. References >>> oDesign.ChangeProperty Examples >>> from ansys.aedt.core import Hfss >>> app = Hfss() >>> app.deactivate_variable_tuning("width")