Click or drag to resize

Experiment Class

An Experiment describes one run of model, and contains the custom parameters used as input and the results collected during the run.
Inheritance Hierarchy
SystemObject
  Demo3D.ExperimentsExperiment

Namespace:  Demo3D.Experiments
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public class Experiment

The Experiment type exposes the following members.

Constructors
  NameDescription
Public methodExperiment
Initializes a new instance of the Experiment class
Top
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