Experiment

From Mechanomy Composer Wiki
Jump to navigation Jump to search

Configures the simulation by specifying the start and stop times, solution tolerance, and step size or number of intervals:

  • experiment(StartTime=0, StopTime=1, Tolerance=0.01, NumberOfIntervals=20)
  • experiment(StartTime=0, StopTime=1, Tolerance=0.01, Interval=0.01)

The times and interval are specified in seconds.