Quartus® Prime Pro Edition User Guide: Scripting

ID 683432
Date 9/29/2025
Public
Document Table of Contents

4.1.31.2. qed::apply_compute_spec (::quartus::qed)

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

Tcl Package and Version

Belongs to ::quartus::qed

Syntax qed::apply_compute_spec [-h | -help] [-long_help] -compute_spec <compute_spec> <object>
Arguments -h | -help Short help
-long_help Long help with examples and possible return values
-compute_spec <compute_spec> Compute specification, as created by an rpc::create_*_compute_spec command
<object> Identifier associated with the object, must be unique
Description
Applies a compute specification to the given object (workspace, group,
or project). This compute specification will be used by default to launch
all remote connections that access remote projects by any project object
which does not overwrite it with its own compute specification.

See the "rpc::create_*_compute_spec" commands for details on how to
construct a compute specification.
Example Usage
    set local_spec [rpc::create_local_compute_spec]
    qed::apply_compute_spec workspace_id -compute_spec $local_spec
Return Value Code Name Code String Return
TCL_OK 0 INFO: Operation successful