bpod_core.bpod.Channel

class bpod_core.bpod.Channel

Abstract base class representing a channel on the Bpod device.

abstract __init__(bpod, name, io_type, index)

Abstract base class representing a channel on the Bpod device.

Parameters:
  • bpod (Bpod) – The Bpod instance associated with the channel.

  • name (str) – The name of the channel.

  • io_type (bytes) – The I/O type of the channel (e.g., ‘B’, ‘V’, ‘P’).

  • index (int) – The index of the channel.