ElectricGyroSystem
USI.Core
A named provider-neutral electric gyro system.
public sealed class ElectricGyroSystem : IndexedAircraftComponentNodeMethods
TryDecreaseDirectionalGyroHeadingAsync
public Task<USIResult> TryDecreaseDirectionalGyroHeadingAsync()Decreases this free-running electric directional gyro's indicated heading by one provider-defined adjustment step.
TryGetDirectionalGyroFlagActiveAsync
public Task<USIResult<Boolean>> TryGetDirectionalGyroFlagActiveAsync()Gets whether this electric directional-gyro channel requires its associated cockpit instrument flag.
TryGetDirectionalGyroMagnetometerDifferenceDegreesAsync
public Task<USIResult<Double>> TryGetDirectionalGyroMagnetometerDifferenceDegreesAsync()Gets the signed heading difference detected by this gyro's magnetometer.
TryGetDirectionalGyroOperationalLatitudeDegreesAsync
public Task<USIResult<Double>> TryGetDirectionalGyroOperationalLatitudeDegreesAsync()Gets the operational-latitude adjustment used to compensate this electric directional gyro for earth wander.
TryGetDirectionalGyroTotalErrorDegreesAsync
public Task<USIResult<Double>> TryGetDirectionalGyroTotalErrorDegreesAsync()Gets this electric directional gyro's signed total error in degrees.
TryGetMotorFailureDetectedAsync
public Task<USIResult<Boolean>> TryGetMotorFailureDetectedAsync()Gets whether this electric gyro system's motor has failed.
TryIncreaseDirectionalGyroHeadingAsync
public Task<USIResult> TryIncreaseDirectionalGyroHeadingAsync()Increases this free-running electric directional gyro's indicated heading by one provider-defined adjustment step.
TrySetDirectionalGyroOperationalLatitudeDegreesAsync
public Task<USIResult> TrySetDirectionalGyroOperationalLatitudeDegreesAsync(double degrees)Sets the operational-latitude adjustment used to compensate this electric directional gyro for earth wander.
TrySetMagneticCouplingModeAsync
public Task<USIResult> TrySetMagneticCouplingModeAsync(DirectionalGyroMagneticCouplingMode mode)Selects whether this electric directional gyro runs free or remains slaved to its magnetometer. This is selection intent, not heading.
