deactivate_variable_optimization# Q3d.deactivate_variable_optimization(name: str) → bool# Deactivate the optimization 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_optimization("width")