EmptyWeight

Get the empty weight of the aircraft.

Related Commands

Syntax

MissionModeler_RM <AircraftObjPath> Configuration GetValue EmptyWeight [<Unit>]

MissionModeler_RM <AircraftObjPath> Aircraft DefaultConfiguration GetValue EmptyWeight [<Unit>]

Description

Return the weight of the aircraft without any fuel or payload.

<Unit> Enter the unit that the value is returned in. This parameter is optional, the default unit is kilogram (kg). The unit type is Mass.

Return Value

Returns the value in the unit specified or in kg.

Examples

MissionModeler_RM */Aircraft/Aircraft1 Aircraft DefaultConfiguration GetValue EmptyWeight lb

MissionModeler_RM */Aircraft/Aircraft1 Configuration GetValue EmptyWeight

 

STK Programming Interface 11.0.1