A class implementing an event file.
Methods
Create an event file.
Filename: {MAINFILE_NAME}_{SUBJECT_ID}_{TIME_STAMP}{ADD_SUFFIX}.xpd
| Parameters : | additional_suffix : str 
 directory : str, optional 
 delimiter : str, optional 
 clock : expyriment.Clock, optional 
 time_stamp : bool, optional 
  | 
|---|
Getter for clock
Getter for comment_char
Getter for delimiter
Getter for directory
Getter for filename
Getter for fullpath
Log an event.
| Parameters : | event : anything 
  | 
|---|
Getter for logging.
Renames the output file.
Save file to disk.
Set logging of this object on or off
| Parameters : | onoff : bool 
  | 
|---|
Notes
See also design.experiment.set_log_level fur further information about event logging.
Getter for the standard expyriment outputfile name.
Filename: {MAINFILE_NAME}_{SUBJECT_ID}_{TIME_STAMP}{suffix}
Getter for directory
Log a warning message.
| Parameters : | message : str 
  | 
|---|
Write to file.
| Parameters : | content : str 
  | 
|---|
Write a comment line to files.
(i.e., text is proceeded by comment char).
| Parameters : | comment : str 
  | 
|---|
Write a text line to files.
| Parameters : | content : str 
  | 
|---|
Write a list in a row. Data are separated by a delimiter.
| Parameters : | list_ : list 
  | 
|---|