Class

RecoveryParachuteSystem

USI.Core

Aircraft-wide emergency recovery parachute equipment.

public sealed class RecoveryParachuteSystem : AircraftComponentNode

Methods

TryDeployAsync

public Task<USIResult> TryDeployAsync()

Deploys the recovery parachute. If it is already deployed, this is an idempotent success and never forwards a native deploy/jettison toggle.

TryGetDeployedAsync

public Task<USIResult<Boolean>> TryGetDeployedAsync()

Gets whether the aircraft recovery parachute is deployed.