Class

ElectricalVoltmeter

USI.Core

The cockpit electrical voltmeter, distinct from direct battery, bus or generator measurements.

public sealed class ElectricalVoltmeter : AircraftComponentNode

Methods

TryGetIndicatedVoltageAsync

public Task<USIResult<Double>> TryGetIndicatedVoltageAsync()

Gets the indicated voltage for the cockpit voltmeter's currently selected source.

TryGetSelectedSourceAsync

public Task<USIResult<ElectricalVoltmeterSource>> TryGetSelectedSourceAsync()

Gets the cockpit voltmeter's selected source. This is panel selection, not proof that the source is connected or energized.

TrySelectNextSourceAsync

public Task<USIResult> TrySelectNextSourceAsync()

Advances the cockpit voltmeter source selector by one position; it does not infer the resulting bus identity.

TrySelectPreviousSourceAsync

public Task<USIResult> TrySelectPreviousSourceAsync()

Moves the cockpit voltmeter source selector back one position.

TrySelectSourceAsync

public Task<USIResult> TrySelectSourceAsync(ElectricalVoltmeterSource source)

Selects one absolute cockpit voltmeter source. Command acknowledgement does not prove that the selected source is energized.