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_project_ui_ver_2_0_cmd_set_user_option
Ixiasoft
Visible to Intel only — GUID: reference_TCL_tcl_pkg_project_ui_ver_2_0_cmd_set_user_option
Ixiasoft
4.1.30.42. set_user_option (::quartus::project_ui)
The following table displays information for the set_user_option Tcl command:
Tcl Package and Version | Belongs to ::quartus::project_ui |
||
Syntax | set_user_option [-h | -help] [-long_help] -name <name> [ <value> ] | ||
Arguments | -h | -help | Short help | |
-long_help | Long help with examples and possible return values | ||
-name <name> | User option name | ||
<value> | User option value | ||
Description | Sets the user option value for the name specified by the "-name" option. The user option is written to the quartus2.ini file. To get a list of all available user option names, use the "get_all_user_option_names" command. |
||
Example Usage | ## Set TALKBACK_ENABLED to "on" set_user_option -name TALKBACK_ENABLED on |
||
Return Value | Code Name | Code | String Return |
TCL_OK | 0 | INFO: Operation successful | |
TCL_ERROR | 1 | ERROR: Illegal user option name: <string>. Specify a legal user option name. To get a list of legal names, use the get_all_user_option_names command. | |
TCL_ERROR | 1 | ERROR: Illegal user option value: <string>. Specify a legal user option value. |