br_stimpy.stimpy.SeqType

class SeqType(self: br_stimpy._bstimulator.SeqType, value: int)

Bases: pybind11_object

The Stimulator has internal states, and based on those states the stimulator is allowed to perform different functions. The SeqType enumerator lists all the valid states.

Members:

stop : The stimulator is stopped.

pause : The stimulator is paused.

playing : The stimulator is actively delivering a stimulus.

writing : A stimulus sequence is being written to the stimulator.

trigger : The stimulator is waiting for a trigger on its trigger line.

invalid : Invalid Sequence, Always the last value.

Methods

Attributes

invalid

name

pause

playing

stop

trigger

value

writing

property name