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__set_property
Ixiasoft
Visible to Intel only — GUID: reference_TCL_tcl_pkg_qed_ver_1_0_cmd_qed__set_property
Ixiasoft
4.1.30.45. qed::set_property (::quartus::qed)
The following table displays information for the qed::set_property Tcl command:
Tcl Package and Version | Belongs to ::quartus::qed |
||
Syntax | qed::set_property [-h | -help] [-long_help] -property <property> -value <value> <object> | ||
Arguments | -h | -help | Short help | |
-long_help | Long help with examples and possible return values | ||
-property <property> | Name of the property to set | ||
-value <value> | Value to set the property to | ||
<object> | Identifier associated with the object, must be unique | ||
Description | Allows you to modify a property of an object after it is created. Valid property and value strings depend on the type of object you are updating. The "qed::set_properties" command supports setting multiple properties of one object in a single command. The command returns the updated value of the property. The command returns a Tcl error if the given property does not exist. |
||
Example Usage | qed::create_object -type project project_A qed::set_property project_a -property qpf_path -value /path/to/project_B/project.qpf |
||
Return Value | Code Name | Code | String Return |
TCL_OK | 0 | INFO: Operation successful |