Screen Priority Function in Psychopy

We are conducting EEG experiments using Psychopy and require precise stimulus display timing.

MATLAB-Psychtoolbox had a function called Priority() which changes the processing priority of MATLAB.

Do we have an analogue of this in Pyhton library of Psychopy?

Any help is appreciated!

Hi. I have seen a couple of posts related to this, but they are each not answered. I was wondering if there is an answer for this since this post?

Thanks

Peter

Probably core.rush()? One usage example is psychopy/psychopy/demos/coder/timing/timeByFramesEx.py at dev · psychopy/psychopy · GitHub

1 Like