Module collect_aesop1 :: Class experiment_c
[hide private]
[frames] | no frames]

Class experiment_c

source code

                    object --+    
                             |    
exp_collection.experiment_base --+
                                 |
                                experiment_c

A class that defines the sequence of the experiment.

Instance Methods [hide private]
 
__init__(self, hdrs, stimlist, log, outname)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
instruct(self, s)
Give an instruction to the subject.
source code
 
present(self, s)
Present a stimulus to the subject.
source code
 
clear_stimulus(self) source code
 
set_timing_info(self, name) source code
 
get_audio_file_name(self) source code
 
start_recorder(self) source code
 
ok_cont(self) source code
 
ok_rep(self) source code
 
S_waiting(self, ev, log)
Waiting for the user to do something.
source code
 
S_continue(self, ev, log) source code
 
S_repeat(self, ev, log) source code
 
S_present(self, ev, log) source code
 
S_recording(self, ev, log) source code
 
S_initial(self, ev, log) source code
 
S_final(self, ev, log) source code

Inherited from exp_collection.experiment_base: close, event, first_entry, get, get_current_stimulus, get_hdrs, is_last_stimulus, next_stimulus

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, hdrs, stimlist, log, outname)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)

S_initial(self, ev, log)

source code 
Overrides: exp_collection.experiment_base.S_initial