BleedAirIsolationValve
USI.Core
A named valve that isolates part of the aircraft bleed-air ducting.
public sealed class BleedAirIsolationValve : AircraftComponentNodeProperties
Location
public BleedAirIsolationValveLocation Location { get; }Methods
TryGetOpenAsync
public Task<USIResult<Boolean>> TryGetOpenAsync()Gets whether this isolation valve is selected open.
TrySetOpenAsync
public Task<USIResult> TrySetOpenAsync(bool open)Sets whether this isolation valve is selected open.
