Class

ElectricalInverter

USI.Core

A named aircraft electrical inverter.

public sealed class ElectricalInverter : IndexedAircraftComponentNode

Methods

TryGetFailureDetectedAsync

public Task<USIResult<Boolean>> TryGetFailureDetectedAsync()

Gets whether this inverter has failed.

TryGetOffIndicationActiveAsync

public Task<USIResult<Boolean>> TryGetOffIndicationActiveAsync()

Gets whether this inverter's off indication is active, independently from the selected switch position and failure state.

TryGetSelectedAsync

public Task<USIResult<Boolean>> TryGetSelectedAsync()

Gets whether this inverter is selected on.

TrySetSelectedAsync

public Task<USIResult> TrySetSelectedAsync(bool selected)

Selects or deselects this inverter.