mirror of
https://github.com/nasa/trick.git
synced 2024-12-20 13:43:10 +00:00
1b2203b867
* Initial commit of SIM_aircraft * Add SIM_aircraft variable server client (#1394) * Add control panel * Remove comments * Add Makefile Co-authored-by: Zero Nelson <zeronelson13@gmail.com> Co-authored-by: zeronelson <95947013+zeronelson@users.noreply.github.com> Co-authored-by: Zero Nelson <zeronelson13@gmail.com>
12 lines
267 B
Python
12 lines
267 B
Python
|
|
trick.frame_log_on()
|
|
trick.real_time_enable()
|
|
trick.exec_set_software_frame(0.1)
|
|
trick.itimer_enable()
|
|
|
|
trick.exec_set_enable_freeze(True)
|
|
trick.exec_set_freeze_command(True)
|
|
|
|
simControlPanel = trick.SimControlPanel()
|
|
trick.add_external_application(simControlPanel)
|