Show the experimental stimulation screen and highlight current stimulation interval.

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

Syntax

Visual Basic
Public Sub ShowStimScreen ( _
	lIdx As Integer, _
	lTime As Integer _
)

Parameters

lIdx
Type: System..::..Int32
Index of the highlighted interval. Use the response codes (see GetResponse) to select an interval or deselect all.
lTime
Type: System..::..Int32
ShowStimScreen (0) will be executed after lTime. If you don't want to use this feature ommit lTime or set it to zero.

Remarks