Visible to Intel only — GUID: reference_TCL_tcl_pkg_sta_ver_1_0_cmd_delete_sta_collection
Ixiasoft
Visible to Intel only — GUID: reference_TCL_tcl_pkg_sta_ver_1_0_cmd_delete_sta_collection
Ixiasoft
3.1.29.7. delete_sta_collection (::quartus::sta)
The following table displays information for the delete_sta_collection Tcl command:
Tcl Package and Version | Belongs to ::quartus::sta |
||
Syntax | delete_sta_collection [-h | -help] [-long_help] <collection> | ||
Arguments | -h | -help | Short help | |
-long_help | Long help with examples and possible return values | ||
<collection> | The collection to delete | ||
Description | This function is deprecated since sta will clean up the memory once the collection is out of scope. If you want to force a collection to go out of scope, use built-in tcl command 'unset'. Otherwise this function can remove the collection in cache. |
||
Example Usage | |
||
Return Value | Code Name | Code | String Return |
TCL_OK | 0 | INFO: Operation successful | |
TCL_ERROR | 1 | ERROR: Cannot find specified collection. Specify an existing collection. |
Did you find the information on this page useful?