br_stimpy._bstimulator.EventType

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

Bases: pybind11_object

Since the stimulator is a HID, it can be plugged in and unplugged from the Host PC at will. The USB events capture the status of whether the device is attached or not.

Members:

event_device_attached : CereStim 96 is Attached to Host PC.

event_device_detached : CereStim 96 is Detached from Host PC.

event_count : Number of Events, Always the last value

Methods

Attributes

event_count

event_device_attached

event_device_detached

name

value

property name