The STIM type exposes the following members.

Methods

  NameDescription
Public methodStatic memberAppendExtension
Append correct extension to the stimulation file name.
Public methodStatic memberAssembleStimulus
Assemble a stimulation file.
Public methodStatic memberCheckStimulationFile
Check for stimulation file.
Public methodStatic memberCloseStimulus
Close a stimulus.
Public methodStatic memberFinish
Finish work with STIM.
Public methodStatic memberInit
Initialization of STIM.
Public methodStatic memberLog(array<String>[]()[][])
Log items to the log file.
Public methodStatic memberLog(String, array<String>[]()[][])
Log items to the log file.
Public methodStatic memberMatlab
Execute a MATLAB command.
Public methodStatic memberMatlabGetMatrixSize
Get the size of a matrix.
Public methodStatic memberMatlabGetRealMatrix2
Get real values from a 2D-Matrix from Matlab.
Public methodStatic memberMatlabStimulus(String, array<Object>[]()[][])
Create/Change stimulus using MATLAB functions.
Public methodStatic memberMatlabStimulus(String, array<clsSTIMULUS>[]()[][], array<Object>[]()[][])
Create/Change stimulus using MATLAB functions.
Public methodStatic memberNewStimulus
Start a new stimulus. The stimulus array/vector will be cleared.
Public methodStatic memberRegisterChannel
Registers a channel (left, right or multichannel).
Public methodStatic memberShowStimulus
Show the stimulation vector.

Properties

  NameDescription
Public propertyStatic memberCreateWorkDir
Create Work directory on Init() (FrameWork: on connect)
Public propertyStatic memberDestinationDir
Root Directory (Settings/General/Output directory)
Public propertyStatic memberID
Get the experiment ID.
Public propertyStatic memberMATLABServer
Set the computer name providing the Matlab object.
Public propertyStatic memberSourceDir
Source Directory of fitting files (Settings/Fitting Left)
Public propertyStatic memberUseMatlab
Use Matlab on Init() (FrameWork: on connect)?
Public propertyStatic memberWorkDir
Get the Work Directory.

See Also