ExampleVisualStim

To import ExampleVisualStim, you can either use:

from psychopy_plugin_template.hardware.exampleVisualStim import ExampleVisualStim
or, any time after psychopy.plugins.activatePlugins has been called::

from psychopy.hardware import ExampleVisualStim


Back to top