AscentAP Scenario Parameters

AssemblyLanguage

Donator
Donator
Joined
Jun 10, 2012
Messages
112
Reaction score
1
Points
0
I haven't found the documentation for the scenario parameters for the ascentap for Atlantis. Any help would be appreciated.

Also, the ascentap parameters in the 2016 Edition/Space Shuttle ascent autopilot scenario is missing a parameter.
It should be: ASCENTAP 0 0 1 350000 1.5708 0.00000 0.00000 (missing the bold 1).
 

kuddel

Donator
Donator
Joined
Apr 1, 2008
Messages
2,064
Reaction score
507
Points
113
It's all in the code ;)

ASCENTAP <active> <met_active> <do_oms2> <tgt_alt> <launch_azimuth> <launch_lng> <launch_lat>

With:
  • <active> Boolean Ascent-Auto-Pilot activce
  • <met_active> Boolean MET active
  • <do_oms2> Boolean Whether to do OMS-2 burn
  • <tgt_alt> Integer Target altitude [m]
  • <launch_azimuth> Double Launch azimuth [degrees]
  • <launch_lng> Double Launch longitude [degrees]
  • <launch_lat> Double Launch latitude [degrees]
 
Top