Intel® Quartus® Prime Pro Edition User Guide: Scripting

ID 683432
Date 12/12/2022
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.29. qed::set_properties (::quartus::qed)

The following table displays information for the qed::set_properties Tcl command:

Tcl Package and Version

Belongs to ::quartus::qed

Syntax qed::set_properties [-h | -help] [-long_help] [-comment <comment> ] [-groups <groups> ] [-qpf_path <qpf_path> ] [-revision <revision> ] [-compute_spec <ssh|arc|local|lsf> ] [-exe <quartus_sta|quartus_cdb> ] [-exe_options <exe_options> ] [-projects <projects> ] [-default_group_id <default_group_id> ] [-id <id> ] [-from_dict <from_dict> ] <object>
Arguments -h | -help Short help
-long_help Long help with examples and possible return values
-comment <comment> Freetext field to store any interesting metadata on the object
-groups <groups> Set of group IDs this project is a member of. (Valid only for -type project)
-qpf_path <qpf_path> Full path to a .qpf file to open. (Valid only for -type project)
-revision <revision> Name of the revision to open. (Valid only for -type project)
-compute_spec <ssh|arc|local|lsf> Flag indicating the compute type use launch the project-accessing process. (Valid only for -type compute_spec)
-exe <quartus_sta|quartus_cdb> Executable to open the project with. Dictates the packages and commands that will be available to run. (Valid only for -type compute_spec)
-exe_options <exe_options> Options to pass to executable.
-projects <projects> Set of projects belonging to the group. (Valid only for -type group)
-default_group_id <default_group_id> Identifier used for the 'default group' that's created to house ungrouped projects during sanitize_workspace. (Valid only for -type workspace)
-id <id> New identifier to associate with the object, must be unique
-from_dict <from_dict> Dictionary used to set the properties (key = property name, value = property value)
<object> Identifier associated with the object, must be unique
Description
This command currently contains no help description.
Example Usage
    qed::create_object -type project project_A
    qed::set_properties project_a -qpf_path /path/to/project_B/project.qpf -revision project_B
Return Value Code Name Code String Return
TCL_OK 0 INFO: Operation successful