I was wondering whether it is possible to present exactly the same (visual) noise stimulus over multiple routines when using the Builder noise component to generate the noise. Setting the number of times the noise component should be updated to “None” only applies to the current routine, however, I would like to present the same noise stimulus over multiple routines.
Thanks so much for your reply and apologies for the confusion - I’m trying to display the same visual noise stimulus across multiple routines. I’m using the Noise Stim component, however, I could figure out how to present the same noise pattern in two consecutive routines.
In the Noise Stim component I can set the number of times the noise pattern should be updated to “None”, but this only applies to a single routine; in the next routine the visual noise will be newly generated again.
Is there a way to present the same visual noise in two routines without using an image?
Ahhh ok sorry I had misread that you needed visual noise!
Where had you set the “None” attribute?
If you have your noise set up in one routine, you can add a code component to another routine and in the Begin Routine tab write: mynoise.setAutoDraw(True)
and in the end routine write
thanks for your reply! I followed your suggestions: I created a routine that included a Noise Stim called mynoise. In the following routine, I added a code component with your suggested code, however, this results in the noise stimulus not appearing at all.