WindshieldWiper
USI.Core
A named wiper serving one flight-deck windshield.
public sealed class WindshieldWiper : AircraftComponentNodeProperties
Position
public AircraftWindowPosition Position { get; }Gets the windshield served by this wiper.
Methods
TryGetAngleDegreesAsync
public Task<USIResult<Double>> TryGetAngleDegreesAsync()Gets the wiper blade's actual angular position in degrees. The aircraft defines the zero reference and range of motion.
TryGetModeAsync
public Task<USIResult<WindshieldWiperMode>> TryGetModeAsync()Gets the wiper's selected speed mode.
TrySetModeAsync
public Task<USIResult> TrySetModeAsync(WindshieldWiperMode mode)Selects an absolute wiper speed mode.
