delete_separator#
- VariableManager.delete_separator(name: str) bool#
Delete a separator from either the active project or design.
- Parameters:
- name
str Value to use for the delimiter.
- name
- Returns:
- bool
Truewhen the separator exists and can be deleted,Falseotherwise.
References
>>> oProject.ChangeProperty >>> oDesign.ChangeProperty
Examples
>>> from ansys.aedt.core import Hfss >>> hfss = Hfss() >>> hfss.variable_manager.delete_separator("Geometry")