Time in ms intead of s

Hi, I am new at using psychopy. so I don´t know to much yet.

I have to build a task where I want to measure in ms, but in only appears to me in s or by frames. Can I change the time from seconds to miliseconds? Or should I just make the conversion?

Thank you in advance,

Hi,

as far as I know, you need to make the conversion yourself.
1 sec = 60 ms
200ms = 0.2 sec
etc…

Good luck :slight_smile:

@Ang is correct, the different units for time are more to do with whether you’re timing by frames / total elapsed time / duration than what unit of time you’re using. Though it’s 1000ms to a second, not 60!