br_stimpy._bstimulator.InterfaceType
- class InterfaceType(self: br_stimpy._bstimulator.InterfaceType, value: int)
Bases:
pybind11_object
The Stimulator was originally designed to be communicated via USB or RS232, and will be functional on multiple platforms. The RS232 interface no longer exists. Default type should generally be used.
Members:
interface_default : Default interface (windows USB)
interface_wusb : Windows USB interface.
interface_cpusb : Experimental cross-platform USB interface.
interface_count : Number of Interfaces, always the last one.
Methods
Attributes
interface_count
interface_cpusb
interface_default
interface_wusb
value
- property name