getVariableValue

Returns the value of the specified variable.

Syntax
getVariableValue (variableName, variableType)
Type
Pulse Python API command.
Description
Returns the value of the specified variable.
Inputs
variableName: The name of the queried variable.
variableType: The type of the queried variable.
Example
To get the value of variable mass of type Study:
getVariableValue("mass", "Study")
Version History
2022.1