mirror of
https://github.com/nasa/trick.git
synced 2024-12-20 13:43:10 +00:00
aa36c31231
* added new mass-spring-damper sim and graphics client * changed math model image for README.md * updated math model image for README.md
7 lines
215 B
Python
7 lines
215 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)
|
|
trick.sim_control_panel_set_enabled(True) |