AngleOfAttackSensor
USI.Core
A named pilot, copilot, or standby angle-of-attack sensor.
public sealed class AngleOfAttackSensor : FlightSensorMethods
TryGetFailureDetectedAsync
public Task<USIResult<Boolean>> TryGetFailureDetectedAsync()Gets whether this angle-of-attack sensor has failed.
TryGetIceAccumulationRatioAsync
public Task<USIResult<Double>> TryGetIceAccumulationRatioAsync()Gets ice accumulation on this angle-of-attack sensor.
TryGetIndicatedAngleDegreesAsync
public Task<USIResult<Double>> TryGetIndicatedAngleDegreesAsync()Gets the angle of attack indicated by this flight-deck sensor in degrees, distinct from the aircraft's actual aerodynamic angle of attack.
