Links
Output channel class representing a digital output channel.
bpod (Bpod) – The Bpod instance associated with the channel.
Bpod
name (str) – The name of the channel.
str
io_key (bytes) – The I/O type of the channel (e.g., b’B’, b’V’, b’P’).
bytes
index (int) – The index of the channel.
int
Override the state of the output channel.
state (bool or int) – The state to set for the output channel. For binary I/O types, provide a bool. For pulse width modulation (PWM) I/O types, provide an int (0-255).
bool
None