Model/Reload
Usage
reload (file="string", output_prefix)
Attributes
- file
- String
- output_prefix
- String
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)