hm_me_rootget
Returns the session-level root module ID.
Syntax
hm_me_rootget hm_me_rootget
Type
HyperMesh Tcl Query
Description
Returns the session-level root module ID.
Example
To get the session-level root module ID:
hm_me_rootget
Errors
Incorrect usage results in a Tcl error. To
detect errors, you can use the catch
command:
if { [ catch {command_name...} ] } {
# Handle error
}
Version History
14.0