SIM_fibonacci_time demonstrates how to schedule an automatic job. #1235

This commit is contained in:
John M. Penn
2022-02-28 15:39:32 -06:00
parent c8a29bea0d
commit 273ffcfd87
7 changed files with 152 additions and 0 deletions

View File

@ -0,0 +1,11 @@
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)