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.
Enumerator |
---|
BSEQ_STOP |
The stimulator is stopped.
|
BSEQ_PAUSE |
The stimulator is paused.
|
BSEQ_PLAYING |
The stimulator is actively delivering a stimulus.
|
BSEQ_WRITING |
A stimulus sequence is being written to the stimulator.
|
BSEQ_TRIGGER |
The stimulator is waiting for a trigger on its trigger line.
|
BSEQ_INVALID |
Invalid Sequence, Always the last value.
|