WaterBallastSystem
USI.Core
Aircraft water-ballast equipment. Releasable water carried by a water- bomber remains a separate control system.
public sealed class WaterBallastSystem : AircraftComponentGroupMethods
TryGetAllValvesOpenAsync
public Task<USIResult<Boolean>> TryGetAllValvesOpenAsync()Gets whether every configured ballast valve is open.
TryGetTopologyAsync
public Task<USIResult<AircraftWaterBallastTopology>> TryGetTopologyAsync()Gets configured water-ballast tank topology.
TryGetValveAvailableAsync
public Task<USIResult<Boolean>> TryGetValveAvailableAsync()Gets whether water-ballast release valves are installed.
TryGetValveFlowRateGallonsPerHourAsync
public Task<USIResult<Double>> TryGetValveFlowRateGallonsPerHourAsync()Gets configured valve flow in US gallons per hour.
