Download PsychoPyManual v1.81.03

Transcript
PsychoPy - Psychology software for Python, Release 1.81.03
time None
The time stamp of the event, in the same time base that is used by psychopy.core.getTime()
Returns float
type None
The string type constant for the event.
Returns str
Mouse Device and Events
TBC
Computer Device
TBC
XInput Gamepad Device and Events
TBC
Eye Tracker Devices and Events
TBC
Serial Port Device and Events
TBC
Analog Input Device and Events
TBC
Touch Screen Device and Events
TBC
8.11 psychopy.logging - control what gets logged
Provides functions for logging error and other messages to one or more files and/or the console, using python’s own
logging module. Some warning messages and error messages are generated by PsychoPy itself. The user can generate
more using the functions in this module.
There are various levels for logged messages with the following order of importance: ERROR, WARNING, DATA,
EXP, INFO and DEBUG.
128
Chapter 8. Reference Manual (API)