Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试将响应时间的值(例如 key_resp_2.rt)发送到稍后的例程。
我是 PsychoPy 的新手,不确定如何做到这一点。我一直没有成功在谷歌搜索答案......
稍后的例程可以通过代码组件中的名称引用先前的变量。即在该代码组件中,您可以插入这样的代码,例如根据先前的反应时间更新文本刺激:
if key_resp_2.rt < 0.200: myTextStim.setText("Well done, quite fast.")
但是您需要指定要执行的操作才能获得更具体的帮助。干杯。