Skip to content

Custom Data Handler

Jack Brookes edited this page Nov 12, 2020 · 7 revisions

If any of the current Data Handler (listed here) do not meet your needs (e.g. you wish to upload data to a different online service) then you can create a custom Data Handler. This would be used to handle all data operations UXF makes (e.g. saving trial results, tracker outputs, etc).

Note: If you wish to output custom data e.g. a custom text file, but are OK with the current Data Handlers, see DIY data collection.

Custom Data Handler Template

To make a new Data Handler, you must inherit from the DataHandler class and override the required methods. Then, you can attach your script to an object and reference it in the Data Handlers field of the Session inspector.

Here is a template for a custom data handler:

(coming soon)

๐Ÿง  Core topics

โ“ More help


๐Ÿ‘ฉโ€๐Ÿ’ป Programming reference

Unit tests

Clone this wiki locally