FuelTankInfo

Specify configuration for a fuel tank.

Related Commands

Syntax

MissionModeler <AircraftObjPath> Configuration SetValue FuelTankInfo <TankIndex> {ValueType} <Value> [<Unit>]

MissionModeler <AircraftObjPath> Aircraft DefaultConfiguration SetValue FuelTankInfo <TankIndex> {ValueType} <Value> [<Unit>]

Description

  • Enter ConsumptionOrder to specify the fuel tank's place in the order in which fuel is consumed.
  • Enter Capacity to specify the weight capacity of a fuel tank.
  • Enter State to specify the amount of fuel contained in the tank at the beginning of the mission.
  • <TankIndex> Specify the index of the fuel tank to be changed.
    {ValueType} Specify the value to be changed.
    <Value> Enter the value to set.
    <Unit> Enter the unit that the value is entered in. This parameter is optional, and is valid for Capacity and State only. The default unit is kilogram (kg). The unit type is Mass.

     

    Examples

    MissionModeler */Aircraft/Aircraft1 Configuration SetValue FuelTankInfo 0 ConsumptionOrder 2

    MissionModeler */Aircraft/Aircraft1 Configuration SetValue FuelTankInfo 0 Capacity 3000 kg

    MissionModeler */Aircraft/Aircraft1 Aircraft DefaultConfiguration SetValue FuelTankInfo 1 State 3000