Intel® Quartus® Prime Pro Edition User Guide: Scripting
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__get_default_group_id
Ixiasoft
Visible to Intel only — GUID: reference_TCL_tcl_pkg_qed_ver_1_0_cmd_qed__get_default_group_id
Ixiasoft
4.1.29.14. qed::get_default_group_id (::quartus::qed)
The following table displays information for the qed::get_default_group_id Tcl command:
Tcl Package and Version | Belongs to ::quartus::qed |
||
Syntax | qed::get_default_group_id [-h | -help] [-long_help] | ||
Arguments | -h | -help | Short help | |
-long_help | Long help with examples and possible return values | ||
Description | Returns the project group ID reserved for the default group. All projects are required to be in at least one project group. This requirement is not enforced by the project or project group objects themselves, but by the "qed::sanitize_workspace" command. To simplify the experience for new users, creating a project group is an optional step. However, to satisfy the requirement that all projects are in at least one project group, a project group may be automatically created by the "qed::sanitize_workspace" command if no project group exists. When a project group is created by the "qed::sanitize_workspace" command, its ID is the default group ID. |
||
Example Usage | qed::get_default_group_id |
||
Return Value | Code Name | Code | String Return |
TCL_OK | 0 | INFO: Operation successful |