mirror of
https://github.com/nasa/trick.git
synced 2024-12-20 13:43:10 +00:00
0144cc121a
Moved more sims into the test directory. refs #191
16 lines
249 B
Python
16 lines
249 B
Python
|
|
def main():
|
|
|
|
trick.checkpoint_post_init(True)
|
|
trick.checkpoint_end(True)
|
|
|
|
the_object.stlc2.name = "Daisy"
|
|
|
|
# Data recording HDF5 test
|
|
trick.exec_set_freeze_frame(0.10)
|
|
trick.stop(5.0)
|
|
|
|
if __name__ == "__main__":
|
|
main()
|
|
|