ChannelType class ChannelType[source] Bases: object Define if channel type is input or output. These values must be set according to Bpod firmware specification. __init__() Methods __init__() Attributes INPUT Input channel OUTPUT Output channel INPUT = 1 Input channel OUTPUT = 2 Output channel