Intel® Quartus® Prime Pro Edition User Guide: Scripting
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_dcmd_dni_ver_1_0_cmd_dni__set_property
Ixiasoft
Visible to Intel only — GUID: reference_TCL_tcl_pkg_dcmd_dni_ver_1_0_cmd_dni__set_property
Ixiasoft
4.1.5.32. dni::set_property (::quartus::dcmd_dni)
The following table displays information for the dni::set_property Tcl command:
Tcl Package and Version | Belongs to ::quartus::dcmd_dni |
||
Syntax | dni::set_property [-h | -help] [-long_help] -name <name> -object <object> -value <value> | ||
Arguments | -h | -help | Short help | |
-long_help | Long help with examples and possible return values | ||
-name <name> | property name to set property | ||
-object <object> | object from which to set property | ||
-value <value> | property value to set property | ||
Description | Command to set property. |
||
Example Usage | dni::set_property -object $mod_port -name name -value {new_name} |
||
Return Value | Code Name | Code | String Return |
TCL_OK | 0 | INFO: Operation successful |