In order to work out the absolute delay between when triggers are received in the programme I am using to record EEG, and the time that stimuli are first presented in psychopy, I am trying to use the core.getAbsTime() in psychopy so I can compare with UNIX timestamps recorded in the EEG software.
This works, but I can only get UNIX timestamps in Psychopy to the nearest second. Is there are way to record these timestamps with millisecond precision?