delete_separator# Hfss.delete_separator(name: str) → bool# Delete a separator from either the active project or a design. Parameters: namestrName of the separator. Returns: boolTrue when successful, False when failed. References >>> oProject.ChangeProperty >>> oDesign.ChangeProperty Examples >>> from ansys.aedt.core import Hfss >>> app = Hfss() >>> app.delete_separator("$MySeparator")