StaticPressureSensor
USI.Core
A named pilot, copilot, or standby static-pressure sensor.
public sealed class StaticPressureSensor : FlightSensorMethods
TryGetBlockedAsync
public Task<USIResult<Boolean>> TryGetBlockedAsync()Gets whether this static-pressure sensor is blocked.
TryGetFailureDetectedAsync
public Task<USIResult<Boolean>> TryGetFailureDetectedAsync()Gets whether this static-pressure sensor has failed.
TryGetIceAccumulationRatioAsync
public Task<USIResult<Double>> TryGetIceAccumulationRatioAsync()Gets ice accumulation on this static-pressure sensor.
