WaterBallastTank
USI.Core
One named water-ballast tank on the loaded aircraft.
public sealed class WaterBallastTank : AircraftComponentNodeProperties
Number
public int Number { get; }Gets this tank's stable one-based aircraft identity.
Methods
TryGetCapacityPoundsAsync
public Task<USIResult<Double>> TryGetCapacityPoundsAsync()Gets configured tank capacity in pounds of water.
TryGetQuantityPoundsAsync
public Task<USIResult<Double>> TryGetQuantityPoundsAsync()Gets current water-ballast quantity in pounds.
TrySetQuantityPoundsAsync
public Task<USIResult> TrySetQuantityPoundsAsync(double quantityPounds)Assigns an absolute water-ballast quantity in pounds.
