Bounds on continuous variables (states, controls, multipliers, etc).
For states, the name should correspond to a path of a state variable in the model. For controls, the name should correspond to a path of an actuator in the model, or, for controls associated with actuators that have more than one control, the path of an actuator in the model appended by the control index (e.g. "/actuator_0").
|
| OpenSim_DECLARE_LIST_PROPERTY_ATMOST (bounds, double, 2, "1 value: required value over all time. " "2 values: lower, upper bounds on value over all time.") |
|
| OpenSim_DECLARE_LIST_PROPERTY_ATMOST (initial_bounds, double, 2, "1 value: required initial value. " "2 values: lower, upper bounds on initial value.") |
|
| OpenSim_DECLARE_LIST_PROPERTY_ATMOST (final_bounds, double, 2, "1 value: required final value. " "2 values: lower, upper bounds on final value.") |
|