::pulse::GetVariableValue

Returns the value of the specified variable.

Syntax
::pulse::GetVariableValue {variableName}
Type
Pulse Python API command.
Description
Returns the value of the specified variable.
Inputs
variableName: The name of the queried variable.
Version History
2022.1

Example

#Load Pulse API
set api_dir $::env(ALTAIR_PULSE_API)
set tcl_dir [file join $api_dir "tcl"]
lappend ::auto_path $tcl_dir
package require pulse

::pulse::GetVariableValue mass