Tactile Classes

Base Classes

class +o_ptb.+stimuli.+tactile.Base(stimulator, finger, amplitude, frequency, duration, phase)

Base class for tactile stimuli.

As opposed to all the other base classes, this one can be used directly.

For details how to do tactile stimulation, refer to the respective tutorial.

Parameters
  • stimulator (string) – Mapped name of the stimulator to use.

  • finger (int) – Finger to stimulate.

  • amplitude (int) – Amplitude at which to stimulate. Range is 0 to 256.

  • frequency (float) – Stimulation frequency.

  • duration (float) – Duration of the stimulation in seconds.

  • phase (float, optional) – Initial phase of the stimulation oscillation.