Delete one or more user-defined DRC checks.
Syntax
delete_drc_check [‑quiet] [‑verbose] <name>...
Usage
Name | Description |
---|---|
[-quiet]
|
Ignore command errors |
[-verbose]
|
Suspend message limits during command execution |
<name>
|
Specify the key for the check to remove. This is the typically of the form PREFIX-id where PREFIX is a 4-6 letter abbreviation and id is a unique identifier. Use get_drc_checks to determine the correct name to use. Only user-defined DRC checks may be deleted. |
Description
Delete a single user-defined design rule check from the current project. User-defined design rule checks are created using the
create_drc_checks
command.
Note: You cannot delete factory defined rule checks.
Once it has been deleted there is no way to recover a rule check. The undo
command will not work.
Note: This command returns nothing if successful, or returns an error if it fails.
Arguments
-quiet
- (Optional) Execute the command quietly, returning no messages from the command. The command also returns TCL_OK regardless of any errors encountered during execution.
Note: Any errors encountered on the command-line, while launching the command, will be returned. Only errors occurring inside the command will be trapped.
-verbose
- (Optional) Temporarily override any message limits and return all messages from this command.
Note: Message limits can be defined with the
set_msg_config
command.<name> - (Required) Specify the name of a user-defined design rule check to be deleted from the current project.
Examples
The following example deletes the specified design rule check:
delete_drc_check LJH-1