Experiment Properties |
The Experiment type exposes the following members.
| Name | Description | |
|---|---|---|
| FixedTime |
Whether the experiment should be run for a fixed amount of time.
If false, the experiment should continue indefinitely until manually or programatically stopped.
| |
| IsRunning |
Is this experiment currently running?
| |
| Number |
The experiment number.
| |
| Replication |
The replication number for the current instance of this experiment (starting from 1).
| |
| Reset |
Whether document.Reset() is called at the start of the experiment or not.
| |
| Run |
Whether the experiment should be run when the "Run Selected" button is pressed.
| |
| RunDuration |
The simulation duration following StartTime to call OnExperimentFinished at.
| |
| StartTime |
The simulation time to call OnExperimentStarted at.
| |
| Status |
The current status of the experiment run.
| |
| Tables |
The set of result tables collected for the current experiment.
|