Start a new stimulus. The stimulus array/vector will be cleared.

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

Syntax

Visual Basic
Public Shared Function NewStimulus ( _
	ByRef stNew As STIMULUSPARAMETER _
) As String

Parameters

stNew
Type: STIMULUSPARAMETER%
Use the variable set by RegisterChannel(). Clear .szStimFile to get an automatic generated file name in format stimXXXX_YY.ext (XXXX:stimulus index, YY:channel, ext: valid extension)

Return Value

Zero-length string if no errors occured.

Remarks