Description
Returns the current value of the requested state variable. The current value is obtained from the third party optimization engine, and is updated upon every call to the Optimizer.UpdateStateVariables method.
Timing Precision Mode
This page describes functionality in nanosecond timing precision mode.
Click here to see the documentation for this object in millisecond timing precision mode.
Overload List
Signatures
|
Return Value
|
Description
|
Optimizer.GetStateVariableValue(String label)
|
Variable
|
Returns the current value of the requested state variable. The current value is obtained from the third party optimization engine, and is updated upon every call to the Optimizer.UpdateStateVariables method.
|
Optimizer.GetStateVariableValue(Variable index)
|
Variable
|
Returns the current value of the requested state variable. The current value is obtained from the third party optimization engine, and is updated upon every call to the Optimizer.UpdateStateVariables method.
|
See also
Optimizer Object
|