The simulate Method
The simulate method for the MV3010 model is shown
below:
def simulate (self):
self.mbsModel.simulate(type="STATIC", dsa="AUTO", end=4, dtout=0.04)
self.mbsModel.generateOutput()
return