trick/test/SIM_stls/RUN_test/input.py

23 lines
415 B
Python
Raw Permalink Normal View History

2015-02-26 15:02:31 +00:00
def main():
#trick.echo_jobs_on()
#trick.sim_control_panel_set_enabled(True)
#trick.real_time_enable()
#trick.itimer_enable()
2015-02-26 15:02:31 +00:00
trick.checkpoint_pre_init(True)
#trick.checkpoint_post_init(True)
#trick.checkpoint_end(True)
2015-02-26 15:02:31 +00:00
#trick.freeze(2.0)
2015-02-26 15:02:31 +00:00
trick.exec_set_software_frame(0.10)
2015-02-26 15:02:31 +00:00
trick.exec_set_freeze_frame(0.10)
trick.stop(5.0)
if __name__ == "__main__":
main()