mirror of
https://github.com/nasa/trick.git
synced 2024-12-24 07:16:41 +00:00
13 lines
273 B
Python
13 lines
273 B
Python
|
|
||
|
trick.frame_log_on()
|
||
|
trick.real_time_enable()
|
||
|
trick.exec_set_software_frame(0.033)
|
||
|
trick.itimer_enable()
|
||
|
|
||
|
trick.exec_set_enable_freeze(True)
|
||
|
#trick.exec_set_freeze_command(True)
|
||
|
|
||
|
#simControlPanel = trick.SimControlPanel()
|
||
|
#trick.add_external_application(simControlPanel)
|
||
|
|