PneumaticFan
USI.Core
A named fan in the aircraft pneumatic network.
public sealed class PneumaticFan : PneumaticIndexedComponentMethods
TryGetOperatingRatioAsync
public Task<USIResult<Double>> TryGetOperatingRatioAsync()TryGetSwitchEnabledAsync
public Task<USIResult<Boolean>> TryGetSwitchEnabledAsync()TryGetTargetOperatingRatioAsync
public Task<USIResult<Double>> TryGetTargetOperatingRatioAsync()TrySetTargetOperatingRatioAsync
public Task<USIResult> TrySetTargetOperatingRatioAsync(double ratio)Sets the fan target from stopped to full output.
