WindshieldRainRepellent
USI.Core
A named non-wiper rain-repellent system serving one flight-deck windshield.
public sealed class WindshieldRainRepellent : AircraftComponentNodeProperties
Position
public AircraftWindowPosition Position { get; }Gets the windshield served by this equipment.
Methods
TryGetOperatingRatioAsync
public Task<USIResult<Double>> TryGetOperatingRatioAsync()Gets achieved non-wiper rain-repellent output from zero (none) to one (maximum), independently of selection.
TryGetSelectedAsync
public Task<USIResult<Boolean>> TryGetSelectedAsync()Gets whether non-wiper rain repellent is selected on.
TrySetSelectedAsync
public Task<USIResult> TrySetSelectedAsync(bool selected)Selects or deselects non-wiper windshield rain repellent.
