Class

FuelSelector

USI.Core

One discoverable fuel selector on the loaded aircraft.

public sealed class FuelSelector : IndexedAircraftComponentNode

Properties

DisplayName

public string DisplayName { get; }

Human-readable selector label.

Scope

public FuelSelectorScope Scope { get; }

Known control target, not proof of installation or tank topology.

Methods

TryGetPositionAsync

public Task<USIResult<FuelSelectorPosition>> TryGetPositionAsync()

Gets the selected tank or tank group.

TrySetPositionAsync

public Task<USIResult> TrySetPositionAsync(FuelSelectorPosition position)

Sets an absolute tank or tank-group selection.