InstrumentAirSource
USI.Core
A named pneumatic source selected to supply air-driven instruments.
public sealed class InstrumentAirSource : AircraftComponentNodeProperties
Location
public InstrumentAirSourceLocation Location { get; }Methods
TryGetSelectedAsync
public Task<USIResult<Boolean>> TryGetSelectedAsync()Gets whether this source is selected to supply instrument air.
TrySetSelectedAsync
public Task<USIResult> TrySetSelectedAsync(bool selected)Sets whether this source supplies instrument air.
