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 millisecond timing precision mode. Millisecond timing precision mode is deprecated and will be removed in a future release. We recommend that you migrate your Mission Plans to nanosecond timing precision mode. Click here to see the documentation for this object in nanosecond timing precision mode.
See also Optimization Guide |