FuelTankInternal#

class ansys.stk.core.stkobjects.aviator.FuelTankInternal#

Bases: IStation

Class defining an internal fuel tank for an Aviator aircraft.

Overview#

set_position

Set the fuel tank’s parent relative position.

name

Get or set the name of the fuel tank.

capacity

Get or set the capacity of the fuel tank.

consumption_order

Get or set the consumption order of the fuel tank.

initial_fuel_state

Get or set the initial fuel state of the fuel tank.

position_x

Get the X value of the fuel tank’s parent relative position.

position_y

Get the Y value of the fuel tank’s parent relative position.

position_z

Get the Z value of the fuel tank’s parent relative position.

Import detail#

from ansys.stk.core.stkobjects.aviator import FuelTankInternal

Property detail#

property FuelTankInternal.name: str#

Get or set the name of the fuel tank.

property FuelTankInternal.capacity: float#

Get or set the capacity of the fuel tank.

property FuelTankInternal.consumption_order: int#

Get or set the consumption order of the fuel tank.

property FuelTankInternal.initial_fuel_state: float#

Get or set the initial fuel state of the fuel tank.

property FuelTankInternal.position_x: float#

Get the X value of the fuel tank’s parent relative position.

property FuelTankInternal.position_y: float#

Get the Y value of the fuel tank’s parent relative position.

property FuelTankInternal.position_z: float#

Get the Z value of the fuel tank’s parent relative position.

Method detail#

FuelTankInternal.set_position(self, x: float, y: float, z: float) None#

Set the fuel tank’s parent relative position.

Parameters:

x : float

y : float

z : float

Returns:

None