WaterRudder
USI.Core
Public SDK type.
public sealed class WaterRudder : AircraftComponentNodeMethods
TryGetDeflectionDegreesAsync
public Task<USIResult<Double>> TryGetDeflectionDegreesAsync()Gets exact optional physical water-rudder deflection in degrees.
TryGetHandleRatioAsync
public Task<USIResult<Double>> TryGetHandleRatioAsync()TryGetLeftDeploymentRatioAsync
public Task<USIResult<Double>> TryGetLeftDeploymentRatioAsync()Gets exact optional left water-rudder deployment.
TryGetLeftSteeringRatioAsync
public Task<USIResult<Double>> TryGetLeftSteeringRatioAsync()Gets exact optional signed left water-rudder steering, negative left and positive right.
TryGetMaximumDeploymentRatioAsync
public Task<USIResult<Double>> TryGetMaximumDeploymentRatioAsync()Gets maximum actual physical water-rudder deployment.
TryGetRightDeploymentRatioAsync
public Task<USIResult<Double>> TryGetRightDeploymentRatioAsync()Gets exact optional right water-rudder deployment.
TryGetRightSteeringRatioAsync
public Task<USIResult<Double>> TryGetRightSteeringRatioAsync()Gets exact optional signed right water-rudder steering, negative left and positive right.
TrySetDeployedAsync
public Task<USIResult> TrySetDeployedAsync(bool deployed)Commands an absolute retracted or deployed selection. Providers whose native SDK offers only a toggle are reconciled below this API.
