Assemble a stimulation file.

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

Syntax

Visual Basic
Public Shared Function AssembleStimulus ( _
	blnShow As Boolean _
) As String

Parameters

blnShow
Type: System..::..Boolean
Set to true if you want to show the stimulus before assembling. FRAMEWORK: This flag can be received from mblnShowStimulus

Return Value

If no error occured the return value is "". In any error case the error message will be set to the return string.

Remarks

In electrical RIB mode the MATLAB function assemble() is used.
In acoustical mode the MATLAB vector will be written as a WAV file.

See Also