Sections
Links
Bases: Channel
Channel
Input channel class representing a digital input channel.
bpod (Bpod)
name (str)
io_key (bytes)
index (int)
None
Enable or disable the input channel.
enable (bool) – True to enable the input channel, False to disable.
bool
True if the operation was successful, False otherwise.
Override the state of the input channel.
state (bool) – The state to set for the input channel.
Read the state of the input channel.
True if the input channel is active, False otherwise.
Check if the input channel is enabled.
True if the input channel is enabled, False otherwise.