Event on the Start of Experiment.

Namespace: ExpSuite
Assembly: FrameWork (in FrameWork.exe) Version: 1.0.0.0

Syntax

Visual Basic
Public Shared Function OnStartExperiment ( _
	lRow As Integer _
) As String

Parameters

lRow
Type: System..::..Int32
First item to be presented.

Return Value

String with error description or empty if no error ocured.

Remarks

This function will be called on a click on the "Start Experiment" button in the main window. It can be executed using the menu Run/Start experiment from selected item. In this case lRow shows the selected item. Before calling OnStartExperiment, OnExpShow will be executed to intialize the experiment form. It is expected to show the start screen, wait for begin of experiment and then perform the experiment until the end of the item list (or any other stop condition of experiment)

See Also