A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: reference_TCL_tcl_pkg_qed_ver_1_0_cmd_qed__delete_object
Ixiasoft
Visible to Intel only — GUID: reference_TCL_tcl_pkg_qed_ver_1_0_cmd_qed__delete_object
Ixiasoft
4.1.30.12. qed::delete_object (::quartus::qed)
The following table displays information for the qed::delete_object Tcl command:
Tcl Package and Version | Belongs to ::quartus::qed |
||
Syntax | qed::delete_object [-h | -help] [-long_help] <object> | ||
Arguments | -h | -help | Short help | |
-long_help | Long help with examples and possible return values | ||
<object> | Identifier associated with the object, must be unique | ||
Description | Deletes project or project group objects. The most common reason to delete an object is if you have created it by mistake. If you added the wrong Quartus Prime Pro project to the workspace, you can edit its properties to point to the correct project, or delete the wrong one and add the right one. Deleting a project object also removes any and all reports you imported from the project. Deleting a project group object also removes any and all reports you created for that project group. Typically those reports combine or compare data from project reports. Deleting a project group object does not delete the project objects that were part of the project group. |
||
Example Usage | set id [qed:create_object -type project] qed::delete_object $id |
||
Return Value | Code Name | Code | String Return |
TCL_OK | 0 | INFO: Operation successful |