Click or drag to resize

Experiment Properties

The Experiment type exposes the following members.

Properties
 NameDescription
Public propertyFixedTime Whether the experiment should be run for a fixed amount of time. If false, the experiment should continue indefinitely until manually or programatically stopped.
Public propertyIsRunning Is this experiment currently running?
Public propertyNumber The experiment number.
Public propertyReplication The replication number for the current instance of this experiment (starting from 1).
Public propertyReset Whether document.Reset() is called at the start of the experiment or not.
Public propertyRun Whether the experiment should be run when the "Run Selected" button is pressed.
Public propertyRunDuration The simulation duration following StartTime to call OnExperimentFinished at.
Public propertyStartTime The simulation time to call OnExperimentStarted at.
Public propertyStatus The current status of the experiment run.
Public propertyTables The set of result tables collected for the current experiment.
Top
See Also