GroundRoll

Get the ground roll distance at sea level for the aircraft.

Related Commands

Syntax

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

MissionModeler_RM <AircraftObjPath> Aircraft PerfModel "<ModelType>" "<ModelName>" GetValue PullUpG [<Unit>]

Description

"<ModelType>" For the Aircraft PerfModel command enter the performance model type, valid values are Landing, Takeoff
"<ModelName>" For the Aircraft PerfModel command enter the performance model name.
[<Unit>] Enter the unit that the ground roll value is returned in. This parameter is optional, the default unit is meters (m). The dimension type is MissionModelerRunwayLength.

Return Value

The ground roll value is returned in the unit specified or in meters.

Example: Getting GroundRoll for Aircraft

MissionModeler_RM */Aircraft/Aircraft1 Aircraft GetValue GroundRoll kft

MissionModeler_RM */Aircraft/Aircraft1 Aircraft GetValue GroundRoll

Example: Getting GroundRoll for Aircraft PerformanceModel

MissionModeler_RM */Aircraft/Aircraft1 Aircraft PerfModel "Landing" "LandR18" GetValue GroundRoll kft

MissionModeler_RM */Aircraft/Aircraft1 Aircraft PerfModel "Takeoff" "TO_1430" GroundRoll

 

STK Programming Interface 11.0.1