2015-02-26 15:02:31 +00:00
|
|
|
|
|
|
|
def main():
|
|
|
|
|
|
|
|
#trick.echo_jobs_on()
|
|
|
|
|
2016-03-31 19:50:27 +00:00
|
|
|
#trick.sim_control_panel_set_enabled(True)
|
|
|
|
#trick.real_time_enable()
|
|
|
|
#trick.itimer_enable()
|
2015-02-26 15:02:31 +00:00
|
|
|
|
2016-03-29 14:26:49 +00:00
|
|
|
trick.checkpoint_pre_init(True)
|
|
|
|
#trick.checkpoint_post_init(True)
|
|
|
|
#trick.checkpoint_end(True)
|
2015-02-26 15:02:31 +00:00
|
|
|
|
2016-03-29 14:26:49 +00:00
|
|
|
#trick.freeze(2.0)
|
2015-02-26 15:02:31 +00:00
|
|
|
|
2016-03-29 14:26:49 +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()
|
|
|
|
|