drc::get_objects (::quartus::drc)

The following table displays information for the drc::get_objects Tcl command:

Tcl Package and Version

Belongs to ::quartus::drc 1.0

Syntax drc::get_objects [-h | -help] [-long_help] [-category <category> ] [-name <name> ] [-number <number> ] [-parent <parent> ] -type <type>
Arguments -h | -help Short help
-long_help Long help with examples and possible return values
-category <category> The category of the rule/violation DRC objects to be retrieved.
-name <name> The literal name of the check_operation/rule_set DRC objects to be retrieved.
-number <number> The numerical part of the name of the rule/violation DRC objects to be retrieved.
-parent <parent> The parent object of the violation_record DRC object to be retrieved.
-type <type> The type of DRC objects to be retrieved.
Description
Get a list of specific existing DRC objects
Example Usage
drc::get_objects -type rule
Return Value Code Name Code String Return
TCL_OK 0 INFO: Operation successful
TCL_ERROR 1 ERROR: Fail to get DRC objects.
TCL_ERROR 1 ERROR: Parent object is needed for violation record.