trick/trick_sims/SIM_stls3/RUN_test/realtime.py

10 lines
167 B
Python
Raw Normal View History

2015-02-26 15:02:31 +00:00
def main():
trick.real_time_enable()
trick.exec_set_software_frame(0.1)
trick.sim_control_panel_set_enabled(True)
if __name__ == "__main__":
main()