Experiment: Difference between revisions

From Mechanomy Composer Wiki
Jump to navigation Jump to search
(Created page with "Configures the simulation by specifying the start and stop times, solution tolerance, and step size or number of intervals: * <code>experiment(StartTime=0, StopTime=1, Toleran...")
 
(No difference)

Latest revision as of 17:40, 3 January 2020

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.