FuelLine
USI.Core
Named fuel-line access point. Logical discovery does not establish physical installation or associate a line number with an engine, tank or pump.
public sealed class FuelLine : IndexedAircraftComponentNodeMethods
TryGetFlowGallonsPerHourAsync
public Task<USIResult<Double>> TryGetFlowGallonsPerHourAsync()Gets reported flow in US gallons per hour. The provider's sign is preserved; no direction or endpoint is inferred.
TryGetPressureKilopascalsAsync
public Task<USIResult<Double>> TryGetPressureKilopascalsAsync()Gets reported fuel-line pressure in kilopascals, not engine fuel pressure or pump selection.
TryGetQuantityGallonsAsync
public Task<USIResult<Double>> TryGetQuantityGallonsAsync()Gets the volume of fuel currently contained in this line, in US gallons, not tank quantity.
