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.- Version History
- 2022.1
Example
%Load Pulse API
mypath = getenv('ALTAIR_PULSE_API')
pulsepath = [mypath '/oml']
addpath(pulsepath)
GetVariableValue('mass', 'Study');