RELOADUsagereload (file=”string”, output_prefix) Description
Example |
||||||
# Create a model m = CreateStewartPlatform (output=”Stewart-Platform”) # Reload the simulation state at t=1.77 m.reload (file="Stewart-Platform-1.77”) # Continue the simulation to 2 seconds m.simulate (type="DYNAMICS", end=2, dtout=0.01, returnResults=True) |