Aero.Aircraft.ControlState Class
Namespace: Aero
Define control states of fixed-wing aircraft
Description
An object of the Aero.Aircraft.ControlState class represents the state of a
single controllable input, such as a control surface or a thrust setting, within a fixed-wing
aircraft model. Each object stores the current position, limits, and properties for a specific
control input. During simulation, each object is used to compute aerodynamic forces and thrust
based on control commands.
Note
This class is managed by the Aero.FixedWing.State class. Do not directly use the
Aero.Aircraft.ControlState class. To set up the command state vectors on a
fixed-wing object, use the setupControlStates method.
Properties
Examples
Limitations
You cannot subclass Aero.Aircraft.ControlState.
Version History
Introduced in R2021a