If this template helps then use it. If not then just delete and start from scratch.
What are you trying to achieve?:
I am currently programming an experiment that uses a Biopac hand dynamometer. I have coded the experiment so that the current force that the participant is squeezing the dynamometer is presented on the screen and updated every frame. However, the frame rate of my monitor (60 Hz) is far less than the sampling rate of the Biopac. I would like to collect data at the sampling rate of the Biopac, even though I understand that not all values will be presented onscreen.
My specific question is do folks have experience collecting variables at higher sampling rates than the frame rate of their monitors using custom python code, particularly with Biopac systems. If so, it would be great to see an example of how to implement this.
Alternatively, if I get a monitor with a super fast frame rate (like a video gaming monitor) would this solve my problem and allow me to collect at higher than 60 Hz?