ChannelName
- class ChannelName[source]
Bases:
object
Available channel names. These values must be set according to Bpod firmware specification.
- __init__()
Methods
__init__
()Attributes
BNC channel
Analog channel with PWM support (e.g. Led).
Serial channel
Analog channel for connecting a valve
Wire channel
- BNC = 'BNC'
BNC channel
- PWM = 'PWM'
Analog channel with PWM support (e.g. Led)
- SERIAL = 'Serial'
Serial channel
- VALVE = 'Valve'
Analog channel for connecting a valve
- WIRE = 'Wire'
Wire channel