ThrustVectoringSystem
USI.Core
Aircraft-wide thrust-vectoring selection and achieved position.
public sealed class ThrustVectoringSystem : AircraftComponentNodeMethods
TryGetActualRatioAsync
public Task<USIResult<Double>> TryGetActualRatioAsync()Gets achieved thrust vectoring from 0 (none) to 1 (maximum).
TryGetRequestedRatioAsync
public Task<USIResult<Double>> TryGetRequestedRatioAsync()Gets requested thrust vectoring from 0 (none) to 1 (maximum).
TrySetRequestedRatioAsync
public Task<USIResult> TrySetRequestedRatioAsync(double ratio)Commands thrust vectoring from 0 (none) to 1 (maximum).
