LandingLight
USI.Core
Public SDK type.
public sealed class LandingLight : IndexedAircraftComponentNodeMethods
TryGetBrightnessRatioAsync
public Task<USIResult<Double>> TryGetBrightnessRatioAsync()Gets actual light output from zero (dark) to one (full brightness).
TryGetSelectedIntensityRatioAsync
public Task<USIResult<Double>> TryGetSelectedIntensityRatioAsync()Gets the pilot-selected intensity from zero (off) to one (full intensity). This is distinct from actual light output, which can be reduced by power or equipment state.
TryGetSwitchEnabledAsync
public Task<USIResult<Boolean>> TryGetSwitchEnabledAsync()TrySetSelectedIntensityRatioAsync
public Task<USIResult> TrySetSelectedIntensityRatioAsync(double ratio)Selects the channel intensity from zero (off) to one (full intensity).
