# Aircraft Brake And Landing Gear Variables The tables below indicate the properties for the [Simulation Variables](../../simulation-variables/) that can be used to get and set properties related to the brakes and landing gear control systems. For information on the units listed for each variable, please see here: [Simulation Variable Units](../../simulation-variable-units/) You can find a complete index of all available SimVars here: [SimVar Index](../../simulation-variables/#simvar-index) ### Brakes {{< table-wrapper "colclass-2=font-size:0.75rem" "200px" "100px" "" "150px" "100px" >}} | Simulation Variable | Index | Description | Units | Settable | |---|---|---|---|:---:| | {{< anchor id="ANTISKID-BRAKES-ACTIVE" />}}`ANTISKID BRAKES ACTIVE` | N/A | True if antiskid brakes active. This can be set using the [`AntiSkidActive`](../../../../content-configuration/flt-files/flt-file-properties/#AntiSkidActive) parameter. | Bool | {{< check/bad >}} | | {{< anchor id="AUTOBRAKES-ACTIVE" />}}`AUTOBRAKES ACTIVE` | N/A | Whether or not the AutoBrakes are currently active. | Bool | {{< check/bad >}} | | {{< anchor id="AUTO-BRAKE-SWITCH-CB" />}}`AUTO BRAKE SWITCH CB` | N/A | Auto brake switch position | Number | {{< check/bad >}} | | {{< anchor id="BRAKE-DEPENDENT-HYDRAULIC-PRESSURE" />}}`BRAKE DEPENDENT HYDRAULIC PRESSURE` | N/A | Brake dependent hydraulic pressure reading | Pounds per square foot ({{< glossterm >}}psf{{< /glossterm >}}) | {{< check/bad >}} | | {{< anchor id="BRAKE-INDICATOR" />}}`BRAKE INDICATOR` | N/A | Brake on indication | Position (0 to 16K){{< params/smallfont >}}0 = off16K = full{{< /params/smallfont >}} | {{< check/bad >}} | | {{< anchor id="BRAKE-LEFT-POSITION" />}}`BRAKE LEFT POSITION` | N/A | Percent left brake | Position (0 to 32K){{< params/smallfont >}}0 = off32K = full{{< /params/smallfont >}} | {{< check/good >}} | | {{< anchor id="BRAKE-LEFT-POSITION-EX1" />}}`BRAKE LEFT POSITION EX1` | N/A | Triggers a brake pressure increase on the left brake regardless of the value passed. | Position (0 to 32K){{< params/smallfont >}}0 = off32K = full{{< /params/smallfont >}} | {{< check/good >}} | | {{< anchor id="BRAKE-LEFT-TEMPERATURE" />}}`BRAKE LEFT TEMPERATURE` | N/A | The current temperature - in degrees kelvin - of the left brake. | Kelvin | {{< check/bad >}} | | {{< anchor id="BRAKE-LEFT-TEMPERATURE-EFFECT" />}}`BRAKE LEFT TEMPERATURE EFFECT` | N/A | The current efficiency of the left brake, based on the current brake temperature. | {{< glossterm >}}percent_over_100{{< /glossterm >}} | {{< check/bad >}} | | {{< anchor id="BRAKE-LEFT-WEIGHT-REMAINING" />}}`BRAKE LEFT WEIGHT REMAINING` | N/A | The current weight remaining of the left brake, ie: how worn the left brake is. | {{< glossterm >}}percent_over_100{{< /glossterm >}} | {{< check/bad >}} | | {{< anchor id="BRAKE-PARKING-INDICATOR" />}}`BRAKE PARKING INDICATOR` | N/A | Parking brake indicator | Bool | {{< check/bad >}} | | {{< anchor id="BRAKE-PARKING-POSITION" />}}`BRAKE PARKING POSITION` | N/A | Gets the parking brake position - either on (true) or off (false). | Bool | {{< check/bad >}} | | {{< anchor id="BRAKE-RIGHT-POSITION" />}}`BRAKE RIGHT POSITION` | N/A | Percent right brake | Position (0 to 32K){{< params/smallfont >}}0 = off32K = full{{< /params/smallfont >}} | {{< check/good >}} | | {{< anchor id="BRAKE-RIGHT-POSITION-EX1" />}}`BRAKE RIGHT POSITION EX1` | N/A | Triggers a brake pressure increase on the right brake regardless of the value passed. | Position (0 to 32K){{< params/smallfont >}}0 = off32K = full{{< /params/smallfont >}} | {{< check/good >}} | | {{< anchor id="BRAKE-RIGHT-TEMPERATURE" />}}`BRAKE RIGHT TEMPERATURE` | N/A | The current temperature - in degrees kelvin - of the right brake. | Kelvin | {{< check/bad >}} | | {{< anchor id="BRAKE-RIGHT-TEMPERATURE-EFFECT" />}}`BRAKE RIGHT TEMPERATURE EFFECT` | N/A | The current efficiency of the right brake, based on the current brake temperature. | {{< glossterm >}}percent_over_100{{< /glossterm >}} | {{< check/bad >}} | | {{< anchor id="BRAKE-RIGHT-WEIGHT-REMAINING" />}}`BRAKE RIGHT WEIGHT REMAINING` | N/A | The current weight remaining of the right brake, ie: how worn the right brake is. | {{< glossterm >}}percent_over_100{{< /glossterm >}} | {{< check/bad >}} | | {{< anchor id="PARKING-BRAKE-AVAILABLE" />}}`PARKING BRAKE AVAILABLE` | N/A | Whether or not the aircraft has a parking brake. | Bool | {{< check/bad >}} | | {{< anchor id="REJECTED-TAKEOFF-BRAKES-ACTIVE" />}}`REJECTED TAKEOFF BRAKES ACTIVE` | N/A | Whether or not the rejected takeoff brakes are currently active. | Bool | {{< check/bad >}} | | {{< anchor id="TOE-BRAKES-AVAILABLE" />}}`TOE BRAKES AVAILABLE` | N/A | True if toe brakes are available | Bool | {{< check/bad >}} | {{< /table-wrapper >}} ### Contact Points Most of these SimVars require the name of the component that they target, as defined in the [`point.N`](../../../../content-configuration/cfg-files/flight_model.cfg/#pointn) hash-map. This name is given using the following format: ``` xml [SimVar]:'[COMPONENT_NAME]'_n ``` For example: ``` xml (A:CONTACT POINT IS SKIDDING:'Wheel_Front'_n, Enum) ``` {{< table-wrapper "colclass-2=font-size:0.75rem" "200px" "100px" "" "150px" "100px" >}} | Simulation Variable | Index | Description | Units | Settable | |---|---|---|---|:---:| | {{< anchor id="CONTACT-POINT-COMPRESSION" />}}`CONTACT POINT COMPRESSION` | Contact Point Name (or index) | The percentage value representing the amount the named contact point is compressed. | Position | {{< check/bad >}} | | {{< anchor id="CONTACT-POINT-IS-ON-GROUND" />}}`CONTACT POINT IS ON GROUND` | Contact Point Name (or index) | Returns true if the named contact point is on the ground, or will return false otherwise. | Bool | {{< check/bad >}} | | {{< anchor id="CONTACT-POINT-IS-SKIDDING" />}}`CONTACT POINT IS SKIDDING` | Contact Point Name (or index) | Returns true if the named contact point is skidding, or will return false otherwise. | Bool | {{< check/bad >}} | | {{< anchor id="CONTACT-POINT-POSITION" />}}`CONTACT POINT POSITION` | Contact Point Name (or index) | The currently extended position of the (retractable) named contact point, expressed as a percentage. | Position | {{< check/bad >}} | | {{< anchor id="CONTACT-POINT-SKIDDING-FACTOR" />}}`CONTACT POINT SKIDDING FACTOR` | Contact Point Name (or index) | The skidding factor associated with the named contact point, from 0 to 1. | {{< glossterm >}}percent_over_100{{< /glossterm >}} | {{< check/bad >}} | | {{< anchor id="CONTACT-POINT-STEER-ANGLE" />}}`CONTACT POINT STEER ANGLE` | Contact Point Name (or index) | This is the steering angle for the named contact point, where a negative value is to the *left*, and a positive value is to the *right*.**NOTE**: This should be used instead of the equivalent `GEAR_` SimVars when using modular aircraft. | Radians | {{< check/bad >}} | | {{< anchor id="CONTACT-POINT-STEER-ANGLE-PCT" />}}`CONTACT POINT STEER ANGLE PCT` | Contact Point Name (or index) | This is the steering angle for the named contact point - expressed as a percentage - where a negative value is to the *left*, and a positive value is to the *right*.**NOTE**: This should be used instead of the equivalent `GEAR_` SimVars when using modular aircraft. | {{< glossterm >}}percent_over_100{{< /glossterm >}} | {{< check/bad >}} | | {{< anchor id="CONTACT-POINT-WATER-DEPTH" />}}`CONTACT POINT WATER DEPTH` | Contact Point Name (or index) | This returns the depth of the water for the named contact point. | Feet ({{< glossterm >}}ft{{< /glossterm >}}) | {{< check/bad >}} | {{< /table-wrapper >}} ### Landing Gear These SimVars are related to the landing gear of the aircraft. Note that some of them require an *index* to identify the landing gear. The available indices are given in the table here: [Landing Gear Indices](#landing-gear-indices) {{< table-wrapper "colclass-2=font-size:0.75rem" "200px" "100px" "" "150px" "100px" >}} | Simulation Variable | Index | Description | Units | Settable | |---|---|---|---|:---:| | {{< anchor id="AUX-WHEEL-ROTATION-ANGLE" />}}`AUX WHEEL ROTATION ANGLE` | N/A | Aux wheel rotation angle (rotation around the axis for the wheel). | Radians | {{< check/bad >}} | | {{< anchor id="AUX-WHEEL-RPM" />}}`AUX WHEEL RPM` | N/A | Rpm of fourth set of gear wheels. | {{< glossterm >}}RPM{{< /glossterm >}} | {{< check/bad >}} | | {{< anchor id="CENTER-WHEEL-ROTATION-ANGLE" />}}`CENTER WHEEL ROTATION ANGLE` | N/A | Center wheel rotation angle (rotation around the axis for the wheel).**NOTE**: This is available in multiplayer to all **near** aircraft. See here for more information: [Note On SimVars In Multiplayer](../../simulation-variables/#note-on-simvars-in-multiplayer). | Radians | {{< check/bad >}} | | {{< anchor id="CENTER-WHEEL-RPM" />}}`CENTER WHEEL RPM` | N/A | Center landing gear rpm. | {{< glossterm >}}RPM{{< /glossterm >}} | {{< check/bad >}} | | {{< anchor id="GEAR-ANIMATION-POSITION" />}}`GEAR ANIMATION POSITION` | [Landing Gear Index](#landing-gear-indices) | Percent indexed gear animation extended. **NOTE**: This is available in multiplayer to all **near** aircraft. See here for more information: [Note On SimVars In Multiplayer](../../simulation-variables/#note-on-simvars-in-multiplayer). | Percent | {{< check/bad >}} | | {{< anchor id="GEAR-AUX-POSITION" />}}`GEAR AUX POSITION` | N/A | Percent auxiliary gear extended. | {{< glossterm >}}percent_over_100{{< /glossterm >}} | {{< check/good >}} | | {{< anchor id="GEAR-AUX-STEER-ANGLE" />}}`GEAR AUX STEER ANGLE` | N/A | Aux wheel angle, negative to the left, positive to the right. The aux wheel is the fourth set of landing gear, sometimes used on helicopters. | Radians | {{< check/bad >}} | | {{< anchor id="GEAR-AUX-STEER-ANGLE-PCT" />}}`GEAR AUX STEER ANGLE PCT` | N/A | Aux steer angle as a percentage. | {{< glossterm >}}percent_over_100{{< /glossterm >}} | {{< check/bad >}} | | {{< anchor id="GEAR-CENTER-POSITION" />}}`GEAR CENTER POSITION` | N/A | Percent center gear extended (also valid for skids). | {{< glossterm >}}percent_over_100{{< /glossterm >}} | {{< check/good >}} | | {{< anchor id="GEAR-CENTER-STEER-ANGLE" />}}`GEAR CENTER STEER ANGLE` | N/A | Center wheel angle, negative to the left, positive to the right.**NOTE**: This is available in multiplayer to all **near** aircraft. See here for more information: [Note On SimVars In Multiplayer](../../simulation-variables/#note-on-simvars-in-multiplayer). | Radians | {{< check/bad >}} | | {{< anchor id="GEAR-CENTER-STEER-ANGLE-PCT" />}}`GEAR CENTER STEER ANGLE PCT` | N/A | Center steer angle as a percentage. | {{< glossterm >}}percent_over_100{{< /glossterm >}} | {{< check/bad >}} | | {{< anchor id="GEAR-DAMAGE-BY-SPEED" />}}`GEAR DAMAGE BY SPEED` | N/A | True if gear has been damaged by excessive speed. | Bool | {{< check/bad >}} | | {{< anchor id="GEAR-EMERGENCY-HANDLE-POSITION" />}}`GEAR EMERGENCY HANDLE POSITION` | N/A | True if gear emergency handle applied. | Bool | {{< check/bad >}} | | {{< anchor id="GEAR-HANDLE-POSITION" />}}`GEAR HANDLE POSITION` | N/A | The gear handle position, where 0 means the handle is retracted and 1 is the handle fully applied. | {{< glossterm >}}percent_over_100{{< /glossterm >}} | {{< check/good >}} | | {{< anchor id="GEAR-HYDRAULIC-PRESSURE" />}}`GEAR HYDRAULIC PRESSURE` | N/A | Gear hydraulic pressure. | Pound force per square foot ({{< glossterm >}}psf{{< /glossterm >}}) | {{< check/bad >}} | | {{< anchor id="GEAR-IS-ON-GROUND" />}}`GEAR IS ON GROUND` | [Landing Gear Index](#landing-gear-indices) | True if the gear is on the ground. | Bool | {{< check/bad >}} | | {{< anchor id="GEAR-IS-SKIDDING" />}}`GEAR IS SKIDDING` | [Landing Gear Index](#landing-gear-indices) | True if the gear is skidding. | Bool | {{< check/bad >}} | | {{< anchor id="GEAR-LEFT-POSITION" />}}`GEAR LEFT POSITION` | N/A | Percent left gear extended (also valid for skids). | {{< glossterm >}}percent_over_100{{< /glossterm >}} | {{< check/good >}} | | {{< anchor id="GEAR-LEFT-STEER-ANGLE" />}}`GEAR LEFT STEER ANGLE` | N/A | Left wheel angle, negative to the left, positive to the right.**NOTE**: This is available in multiplayer to all **near** aircraft. See here for more information: [Note On SimVars In Multiplayer](../../simulation-variables/#note-on-simvars-in-multiplayer). | Radians | {{< check/bad >}} | | {{< anchor id="GEAR-LEFT-STEER-ANGLE-PCT" />}}`GEAR LEFT STEER ANGLE PCT` | N/A | Left steer angle as a percentage. | {{< glossterm >}}percent_over_100{{< /glossterm >}} | {{< check/bad >}} | | {{< anchor id="GEAR-POSITION" />}}`GEAR POSITION` | [Landing Gear Index](#landing-gear-indices) | Position of the indexed landing gear. The actual value will depend on whether you are getting or setting the SimVar value. When getting the value, 0 is fully raised, and 1 is fully extended. When setting the value, you should supply one of the given enum values.**NOTE**: This is available in multiplayer to all **near** aircraft. See here for more information: [Note On SimVars In Multiplayer](../../simulation-variables/#note-on-simvars-in-multiplayer). | On get value: {{< glossterm >}}percent_over_100{{< /glossterm >}}On set Value - Enum:{{< params/smallfont >}}0 = unknown1 = up2 = down{{< /params/smallfont >}} | {{< check/good >}} | | {{< anchor id="GEAR-RIGHT-POSITION" />}}`GEAR RIGHT POSITION` | N/A | Percent right gear extended (also valid for skids). | {{< glossterm >}}percent_over_100{{< /glossterm >}} | {{< check/good >}} | | {{< anchor id="GEAR-RIGHT-STEER-ANGLE" />}}`GEAR RIGHT STEER ANGLE` | N/A | Right wheel angle, negative to the left, positive to the right.**NOTE**: This is available in multiplayer to all **near** aircraft. See here for more information: [Note On SimVars In Multiplayer](../../simulation-variables/#note-on-simvars-in-multiplayer). | Radians | {{< check/bad >}} | | {{< anchor id="GEAR-RIGHT-STEER-ANGLE-PCT" />}}`GEAR RIGHT STEER ANGLE PCT` | N/A | Right steer angle as a percentage. | {{< glossterm >}}percent_over_100{{< /glossterm >}} | {{< check/bad >}} | | {{< anchor id="GEAR-SKIDDING-FACTOR" />}}`GEAR SKIDDING FACTOR` | N/A | The gear skidding factor, expressed as a value between 0 and 1. | {{< glossterm >}}percent_over_100{{< /glossterm >}} | {{< check/bad >}} | | {{< anchor id="GEAR-SPEED-EXCEEDED" />}}`GEAR SPEED EXCEEDED` | N/A | True if safe speed limit for gear exceeded. | Bool | {{< check/bad >}} | | {{< anchor id="GEAR-STEER-ANGLE" />}}`GEAR STEER ANGLE` | [Landing Gear Index](#landing-gear-indices) | Alternative method of getting the steer angle.**NOTE**: This is available in multiplayer to all **near** aircraft. See here for more information: [Note On SimVars In Multiplayer](../../simulation-variables/#note-on-simvars-in-multiplayer). | Radians | {{< check/bad >}} | | {{< anchor id="GEAR-STEER-ANGLE-PCT" />}}`GEAR STEER ANGLE PCT` | [Landing Gear Index](#landing-gear-indices) | Alternative method of getting steer angle as a percentage. | {{< glossterm >}}percent_over_100{{< /glossterm >}} | {{< check/bad >}} | | {{< anchor id="GEAR-TAIL-POSITION" />}}`GEAR TAIL POSITION` | N/A | Percent tail gear extended.**NOTE**: This is a **deprecated** legacy SimVar and should not be used, as it will always return 0. | {{< glossterm >}}percent_over_100{{< /glossterm >}} | {{< check/bad >}} | | {{< anchor id="GEAR-TOTAL-PCT-EXTENDED" />}}`GEAR TOTAL PCT EXTENDED` | N/A | Percent total gear extended. | Percent | {{< check/bad >}} | | {{< anchor id="GEAR-WARNING" />}}`GEAR WARNING` | [Landing Gear Index](#landing-gear-indices) | Gear warnings. | Enum:{{< params/smallfont >}}0 = None1 = Gear Up2 = Amphibious Gear Up3 = Amphibious Gear Down4 = On Ground Handle Up{{< /params/smallfont >}} | {{< check/bad >}} | | {{< anchor id="GEAR-WATER-DEPTH" />}}`GEAR WATER DEPTH` | [Landing Gear Index](#landing-gear-indices) | The depth of the gear in the water. | Centimeters | {{< check/bad >}} | | {{< anchor id="IS-GEAR-FLOATS" />}}`IS GEAR FLOATS` | N/A | True if landing gear are floats | Bool | {{< check/bad >}} | | {{< anchor id="IS-GEAR-RETRACTABLE" />}}`IS GEAR RETRACTABLE` | N/A | True if gear can be retracted | Bool | {{< check/bad >}} | | {{< anchor id="IS-GEAR-SKIDS" />}}`IS GEAR SKIDS` | N/A | True if landing gear is skids | Bool | {{< check/bad >}} | | {{< anchor id="IS-GEAR-SKIS" />}}`IS GEAR SKIS` | N/A | True if landing gear is skis | Bool | {{< check/bad >}} | | {{< anchor id="IS-GEAR-WHEELS" />}}`IS GEAR WHEELS` | N/A | True if landing gear is wheels | Bool | {{< check/bad >}} | | {{< anchor id="LEFT-WHEEL-ROTATION-ANGLE" />}}`LEFT WHEEL ROTATION ANGLE` | N/A | Left wheel rotation angle (rotation around the axis for the wheel). | Radians | {{< check/bad >}} | | {{< anchor id="LEFT-WHEEL-RPM" />}}`LEFT WHEEL RPM` | N/A | Left landing gear rpm | {{< glossterm >}}RPM{{< /glossterm >}} | {{< check/bad >}} | | {{< anchor id="NOSEWHEEL-LOCK-ON" />}}`NOSEWHEEL LOCK ON` | N/A | True if the nosewheel lock is engaged. This can be set using the [`NosewheelLock`](../../../../content-configuration/flt-files/flt-file-properties/#TailWheelLock) parameter. | Bool | {{< check/bad >}} | | {{< anchor id="NOSEWHEEL-MAX-STEERING-ANGLE" />}}`NOSEWHEEL MAX STEERING ANGLE` | N/A | Can be used to get or set the maximum permitted steering angle for the nose wheel of the aircraft. | Radians | {{< check/good >}} | | {{< anchor id="RETRACT-FLOAT-SWITCH" />}}`RETRACT FLOAT SWITCH` | N/A | True if retract float switch on | Enum:{{< params/smallfont >}}-1: Retracted0: Neutral1: Extended{{< /params/smallfont >}} | {{< check/bad >}} | | {{< anchor id="RETRACT-LEFT-FLOAT-EXTENDED" />}}`RETRACT LEFT FLOAT EXTENDED` | N/A | If aircraft has retractable floats. | Percent{{< params/smallfont >}}(0 is fully retracted, 100 is fully extended){{< /params/smallfont >}} | {{< check/bad >}} | | {{< anchor id="RETRACT-RIGHT-FLOAT-EXTENDED" />}}`RETRACT RIGHT FLOAT EXTENDED` | N/A | If aircraft has retractable floats. | Percent{{< params/smallfont >}}(0 is fully retracted, 100 is fully extended){{< /params/smallfont >}} | {{< check/bad >}} | | {{< anchor id="RIGHT-WHEEL-ROTATION-ANGLE" />}}`RIGHT WHEEL ROTATION ANGLE` | N/A | Right wheel rotation angle (rotation around the axis for the wheel). | Radians | {{< check/bad >}} | | {{< anchor id="RIGHT-WHEEL-RPM" />}}`RIGHT WHEEL RPM` | N/A | Right landing gear rpm. | {{< glossterm >}}RPM{{< /glossterm >}} | {{< check/bad >}} | | {{< anchor id="STEER-INPUT-CONTROL" />}}`STEER INPUT CONTROL` | N/A | Position of steering tiller. | {{< glossterm >}}percent_over_100{{< /glossterm >}} | {{< check/bad >}} | | {{< anchor id="TAILWHEEL-LOCK-ON" />}}`TAILWHEEL LOCK ON` | N/A | True if tailwheel lock applied. This can be set using the [`TailwheelLock`](../../../../content-configuration/flt-files/flt-file-properties/#TailWheelLock) parameter. | Bool | {{< check/bad >}} | | {{< anchor id="WATER-LEFT-RUDDER-EXTENDED" />}}`WATER LEFT RUDDER EXTENDED` | N/A | Percent extended. | Percent | {{< check/bad >}} | | {{< anchor id="WATER-LEFT-RUDDER-STEER-ANGLE" />}}`WATER LEFT RUDDER STEER ANGLE` | N/A | Water left rudder angle, negative to the left, positive to the right. | {{< glossterm >}}percent_over_100{{< /glossterm >}} | {{< check/bad >}} | | {{< anchor id="WATER-LEFT-RUDDER-STEER-ANGLE-PCT" />}}`WATER LEFT RUDDER STEER ANGLE PCT` | N/A | Water left rudder angle as a percentage. | {{< glossterm >}}percent_over_100{{< /glossterm >}} | {{< check/bad >}} | | {{< anchor id="WATER-RIGHT-RUDDER-EXTENDED" />}}`WATER RIGHT RUDDER EXTENDED` | N/A | Percent extended. | Percent | {{< check/bad >}} | | {{< anchor id="WATER-RIGHT-RUDDER-STEER-ANGLE" />}}`WATER RIGHT RUDDER STEER ANGLE` | N/A | Water right rudder angle, negative to the left, positive to the right. | {{< glossterm >}}percent_over_100{{< /glossterm >}} | {{< check/bad >}} | | {{< anchor id="WATER-RIGHT-RUDDER-STEER-ANGLE-PCT" />}}`WATER RIGHT RUDDER STEER ANGLE PCT` | N/A | Water right rudder as a percentage. | {{< glossterm >}}percent_over_100{{< /glossterm >}} | {{< check/bad >}} | | {{< anchor id="WATER-RUDDER-HANDLE-POSITION" />}}`WATER RUDDER HANDLE POSITION` | N/A | Position of the water rudder handle (0 handle retracted, 1 rudder handle applied). | {{< glossterm >}}percent_over_100{{< /glossterm >}} | {{< check/good >}} | | {{< anchor id="WHEEL-ROTATION-ANGLE" />}}`WHEEL ROTATION ANGLE` | [Landing Gear Index](#landing-gear-indices) | Wheel rotation angle (rotation around the axis for the wheel). | Radians | {{< check/bad >}} | | {{< anchor id="WHEEL-RPM" />}}`WHEEL RPM` | [Landing Gear Index](#landing-gear-indices) | Wheel rpm. | {{< glossterm >}}RPM{{< /glossterm >}} | {{< check/bad >}} | {{< /table-wrapper >}} #### Landing Gear Indices
{{< table-wrapper "200px" "" >}} | Index | Gear | |:-----:|-----------------------| | 0 | Center Gear | | 1 | Left Gear | | 2 | Right Gear | | 3 | Auxiliary Gear | | 4 | Left Water Rudder | | 5 | Right Water Rudder | | 6 | Left Float Retracted | | 7 | Right Float Retracted | | 8 | Left Ski Retracted | | 9 | Right Ski Retracted | | 10 | Center Front Skid | | 11 | Center Rear Skid | | 12 | Left Front Skid | | 13 | Left Rear Skid | | 14 | Right Front Skid | | 15 | Right Rear Skid | {{< /table-wrapper >}}