mirror of
https://github.com/nasa/trick.git
synced 2024-12-19 05:07:54 +00:00
496de8c7a9
* Disambiguate python use #1250 Changed all calls to /usr/bin/python to /usr/bin/env python3. Removed execute permissions on a lot of files that are not executable. closes #1250
11 lines
246 B
Python
11 lines
246 B
Python
|
|
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)
|