OptimizationStateVariable Object |
Top Previous Next |
DescriptionThe OptimizationStateVariable object allows the user to access properties of any state variable being used in an optimization process. This object is not creatable in script, but can be added to an Optimizer object as seen in the example below. OptimizationStateVariables that have been added to an Optimizer object can be accessed through properties and methods on the Optimizer object. See the Optimization Guide for more information.
Optimizer1.AddStateVariable("var");
Inheritance Hierarchy: Object->OptimizationStateVariable
Available In Editions:Mission
Timing Precision ModeThis page describes functionality in nanosecond timing precision mode. Click here to see the documentation for this object in millisecond timing precision mode.
See also Optimization Guide |