delete_separator#
- VariableManager.delete_separator(name)[source]#
Delete a separator from either the active project or design.
- Parameters:
- name
str
Value to use for the delimiter.
- name
- Returns:
- bool
True
when the separator exists and can be deleted,False
otherwise.
References
>>> oProject.ChangeProperty >>> oDesign.ChangeProperty