Starts a model, running model.setup()
if model.hasModel
is False
, and otherwise resuming the existing model. Use model.stop()
to pause the model and model.terminate()
to end it.
This function is called by model.launchVisual()
, but does not call it. Use that function to start the model instead if output plots are desired.
Notes and Examples