Class

Elevator

USI.Core

The aircraft's primary and optional secondary pitch-control surfaces.

public sealed class Elevator : AircraftComponentNode

Methods

TryGetLeftPrimaryDeflectionAsync

public Task<USIResult<Angle>> TryGetLeftPrimaryDeflectionAsync()

TryGetLeftPrimaryDeflectionDegreesAsync

public Task<USIResult<Double>> TryGetLeftPrimaryDeflectionDegreesAsync()

Gets the primary left elevator's actual deflection when the provider exposes individual surfaces. Positive means trailing-edge down.

TryGetLeftSecondaryDeflectionAsync

public Task<USIResult<Angle>> TryGetLeftSecondaryDeflectionAsync()

TryGetLeftSecondaryDeflectionDegreesAsync

public Task<USIResult<Double>> TryGetLeftSecondaryDeflectionDegreesAsync()

Gets optional left secondary-elevator deflection in degrees.

TryGetMeanPrimaryDeflectionAsync

public Task<USIResult<Angle>> TryGetMeanPrimaryDeflectionAsync()

TryGetMeanPrimaryDeflectionDegreesAsync

public Task<USIResult<Double>> TryGetMeanPrimaryDeflectionDegreesAsync()

Gets the mean actual deflection of the primary elevator surfaces in degrees. Positive values mean trailing-edge down.

TryGetMeanPrimaryDeflectionRatioAsync

public Task<USIResult<Double>> TryGetMeanPrimaryDeflectionRatioAsync()

Gets normalized actual mean primary-elevator deflection.

TryGetRightPrimaryDeflectionAsync

public Task<USIResult<Angle>> TryGetRightPrimaryDeflectionAsync()

TryGetRightPrimaryDeflectionDegreesAsync

public Task<USIResult<Double>> TryGetRightPrimaryDeflectionDegreesAsync()

Gets the primary right elevator's actual deflection when the provider exposes individual surfaces. Positive means trailing-edge down.

TryGetRightSecondaryDeflectionAsync

public Task<USIResult<Angle>> TryGetRightSecondaryDeflectionAsync()

TryGetRightSecondaryDeflectionDegreesAsync

public Task<USIResult<Double>> TryGetRightSecondaryDeflectionDegreesAsync()

Gets optional right secondary-elevator deflection in degrees.

TryGetSectionFailuresAsync

public Task<USIResult<IReadOnlyList<FlightControlSurfaceSectionFailure>>> TryGetSectionFailuresAsync()

Gets exact mechanical failure state for the left and right sections of the primary and secondary elevator sets.