Class

HydraulicCircuit

USI.Core

A logical hydraulic-system access point. Its number identifies a provider target and does not, by itself, prove installation in the loaded aircraft.

public sealed class HydraulicCircuit : IndexedAircraftComponentNode

Methods

TryGetIntegrityRatioAsync

public Task<USIResult<Double>> TryGetIntegrityRatioAsync()

Gets this hydraulic system's functional integrity from zero (failed) to one (fully functional).

TryGetLeakDetectedAsync

public Task<USIResult<Boolean>> TryGetLeakDetectedAsync()

Gets whether a fluid leak is detected in this hydraulic system.

TryGetOverpressureDetectedAsync

public Task<USIResult<Boolean>> TryGetOverpressureDetectedAsync()

Gets whether overpressure is detected in this hydraulic system.

TryGetPressurePsiAsync

public Task<USIResult<Double>> TryGetPressurePsiAsync()

Gets this hydraulic system's pressure in pounds per square inch.

TryGetPumpFailureDetectedAsync

public Task<USIResult<Boolean>> TryGetPumpFailureDetectedAsync()

Gets whether this hydraulic system's pressure pump has failed.