Intel® Quartus® Prime Pro Edition User Guide: Scripting

ID 683432
Date 6/20/2022
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

3.1.31.9. 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

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