qshm_set_context (::quartus::qshm)
The following table displays information for the qshm_set_context Tcl command:
| Tcl Package and Version |
Belongs to ::quartus::qshm 1.0 |
|||
| Syntax | qshm_set_context [-h | -help] [-long_help] -key <key> -name <name> -value <value> | |||
| Arguments | -h | -help | Short help | ||
| -long_help | Long help with examples and possible return values | |||
| -key <key> | A context key | |||
| -name <name> | client name | |||
| -value <value> | A context value | |||
| Description |
Sets the a context key value pair for the client with the specified name. |
|||
| Example Usage |
## Set a key value pair request_type=tcl for the client with the specified name. qshm_set_context -name client1 -key request_type -value tcl |
|||
| Return Value | Code Name | Code | String Return | |
| TCL_OK | 0 | INFO: Operation successful | ||