Intel® Quartus® Prime Pro Edition User Guide: Scripting

ID 683432
Date 4/03/2023
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

4.1.29.12. 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