Class

PitotProbe

USI.Core

Public SDK type.

public sealed class PitotProbe : IndexedAircraftComponentNode

Methods

TryGetBlockedAsync

public Task<USIResult<Boolean>> TryGetBlockedAsync()

Gets whether this pitot probe is blocked.

TryGetHeaterFailureDetectedAsync

public Task<USIResult<Boolean>> TryGetHeaterFailureDetectedAsync()

Gets whether this probe's heater has a detected failure.

TryGetHeatModeAsync

public Task<USIResult<PitotHeatMode>> TryGetHeatModeAsync()

TryGetIceAccumulationRatioAsync

public Task<USIResult<Double>> TryGetIceAccumulationRatioAsync()

TrySetHeatModeAsync

public Task<USIResult> TrySetHeatModeAsync(PitotHeatMode mode)