Module ExperimentObjects :: Class Experiment
[hide private]
[frames] | no frames]

Class Experiment

source code

An experiment contains a single Flow and at least one Procedure. The Flow controls how Procedures are organised e.g. the nature of repeats and branching of an experiment.

Instance Methods [hide private]
 
__init__(self) source code
 
addProcedure(self, procName, proc=None)
Add a Procedure to the current list of them.
source code
 
generateScript(self)
Generate a PsychoPy script for the experiment
source code
Method Details [hide private]

addProcedure(self, procName, proc=None)

source code 

Add a Procedure to the current list of them.

Can take a Procedure object directly or will create an empty one if none is given.