mirror of
https://github.com/nasa/trick.git
synced 2025-06-21 16:39:37 +00:00
SIM_fibonacci_time demonstrates how to schedule an automatic job. #1235
This commit is contained in:
11
trick_sims/SIM_fibonacci_time/Modified_data/realtime.py
Normal file
11
trick_sims/SIM_fibonacci_time/Modified_data/realtime.py
Normal 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)
|
Reference in New Issue
Block a user