Something analogous to E-Prime's clock.scale?
Hi all,
I was wondering if there is a way to speed up an experiment for testing purposes. I have in mind something similar to E-Prime's clock.scale, which allows you to run the experiment faster or slower (by scaling all of the object durations by the number you provide).
Thanks for any advice,
Tom
Comments
Hi Tom, what you could do is place an inline_script at the start of your experiment and in it define a variable exp.time_scale = 1. For all the objects where you set a duration, insert e.g. =500*[time_scale] instead of just 500. Now you can alter this scale by just altering the value in the inline_script.
Cheers
Josh