Get the ground roll distance at sea level for the aircraft.
MissionModeler_RM <AircraftObjPath> Aircraft GetValue GroundRoll [<Unit>]
MissionModeler_RM <AircraftObjPath> Aircraft PerfModel "<ModelType>" "<ModelName>" GetValue PullUpG [<Unit>]
"<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. |
The ground roll value is returned in the unit specified or in meters.
MissionModeler_RM */Aircraft/Aircraft1 Aircraft GetValue GroundRoll kft
MissionModeler_RM */Aircraft/Aircraft1 Aircraft GetValue GroundRoll
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