AirDrivenGenerator
USI.Core
A deployable air-driven electrical generator that is distinct from the aircraft's ram-air-turbine emergency generator.
public sealed class AirDrivenGenerator : AircraftComponentNodeMethods
TryGetDeployedAsync
public Task<USIResult<Boolean>> TryGetDeployedAsync()Gets whether the air-driven generator is deployed.
TrySetDeployedAsync
public Task<USIResult> TrySetDeployedAsync(bool deployed)Requests deployment or retraction.
