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 1.0 |
|||
| 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 | ||