remove_design¶
- -design_list
Specifies the designs or libraries to remove.
- -designs
Removes all designs in memory.
- -all
Removes all designs and libraries in memory.
- -hierarchy
Removes all designs within the hierarchy of the designs in the design_list argument or in the current design.
- -quiet
Turns off verbose mode that prints out messages showing the names of the designs or libraries that are being removed.
-design_list¶
attribute
- type:
STRLIST
- positional:
False
- default:
related_options
- GroupType.TYPE_CONFLICT:
design_list designs
- GroupType.TYPE_CONFLICT:
design_list all
simple case
There is currently no simple case.
-designs¶
attribute
- type:
BOOL
- positional:
False
- default:
related_options
- GroupType.TYPE_CONFLICT:
design_list designs
- GroupType.TYPE_CONFLICT:
designs all
- GroupType.TYPE_CONFLICT:
designs hierarchy
simple case
There is currently no simple case.
-all¶
attribute
- type:
BOOL
- positional:
False
- default:
related_options
- GroupType.TYPE_CONFLICT:
design_list all
- GroupType.TYPE_CONFLICT:
designs all
- GroupType.TYPE_CONFLICT:
all hierarchy
simple case
There is currently no simple case.
-hierarchy¶
attribute
- type:
BOOL
- positional:
False
- default:
related_options
- GroupType.TYPE_CONFLICT:
designs hierarchy
- GroupType.TYPE_CONFLICT:
all hierarchy
simple case
There is currently no simple case.
-quiet¶
attribute
- type:
BOOL
- positional:
False
- default:
related_options
simple case
There is currently no simple case.