Skip to content

Player command experimentResultInitialize

Petr Štechmüller edited this page Aug 29, 2020 · 1 revision

Description: initialization of experiment result structure

Command class

ExperimentResultInitializeCommand

Handler class

class ExperimentResultInitializeHandler implements ICommandHandler<ExperimentResultInitializeCommand, void>

Dependencies

Parameters

Name Type Mandatory
userID number true
experimentID number true
experimentStopCondition ExperimentStopCondition true
experimentRepeat number true
betweenExperimentInterval number true
autoplay boolean true

Return value

void

Exceptions

  • AnotherExperimentResultIsInitializedException

Workflow

Diagram workflow

Home * [x] [Configuration](https://github.com/neuro-stimulator/neuro-server/wiki/Configuration)
Experiments
Sequences
Experiment results
Stimulator
Experiment player
Clone this wiki locally