LoadFactorG

Get the standard G force of the aircraft in a turn.

Related Commands

Syntax

MissionModeler_RM <AircraftObjPath> Aircraft GetValue LoadFactorG [<Unit>]

MissionModeler_RM <AircraftObjPath> Aircraft PerfModel "Acceleration" "<ModelName>" GetValue LoadFactorG [<Unit>]

Description

[<Unit>] Enter the unit that the load factor is returned in. This parameter is optional, the default unit is G-SeaLevel. The dimension type is MissionModelerG.

Return Value

The load factor value is returned in the unit specified or in G-SeaLevel.

Example: Getting LoadFactorG for Aircraft

MissionModeler_RM */Aircraft/Aircraft1 Aircraft GetValue LoadFactorG G-SeaLevel

MissionModeler_RM */Aircraft/Aircraft1 Aircraft GetValue LoadFactorG

Example: Getting LoadFactorG for Acceleration PerformanceModel

MissionModeler_RM */Aircraft/Aircraft1 Aircraft PerfModel "Acceleration" "AccelMdl1" GetValue LoadFactorG

 

STK Programming Interface 11.0.1