trajtracker module¶
Methods and properties in the trajtracker main module:
-
trajtracker.env¶ Environmentparameters
-
trajtracker.initialize()¶ Initialize TrajTracker; and initialize Expyriment by calling expyriment.control.initialize()
Returns: Expyriment’s Experiment object
-
trajtracker.log_write(msg, print_to_console=False)¶ Write a message to the log file
Parameters: - msg – Text message
- print_to_console – If true, print the message also to console
-
trajtracker.version()¶ Returns the TrajTracker package version.
Returns: tuple with 3 items: #major, #minor, #bugfix
-
class
trajtracker.TypeError(message)¶ Exception indicating that a value of invalid type was encountered
-
class
trajtracker.ValueError(message)¶ Exception indicating that an invalid value was encountered