Experiment

From Mechanomy Composer Wiki
Revision as of 17:40, 3 January 2020 by Unknown user (talk) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.