bpod_core.bpod.RemoteBpod

class bpod_core.bpod.RemoteBpod

Bases: AbstractBpod

Class representing a Bpod connected via zeroMQ.

__init__(address=None, name=None, serial_number=None, location=None, timeout=10.0) None
Parameters:
  • address (str | None)

  • name (str | None)

  • serial_number (str | None)

  • location (str | None)

  • timeout (float)

Return type:

None

set_status_led(enable) bool

Enable or disable the Bpod’s status LED.

Parameters:

enable (bool) – True to enable the status LED, False to disable.

Returns:

True if the operation was successful, False otherwise.

Return type:

bool

property location: str | None

The Bpod’s user-defined location, or None if not set.

property name: str | None

The Bpod’s user-defined name, or None if not set.

property serial_number: str

The Bpod’s unique serial number.

property version: VersionInfo

Version information of the Bpod’s firmware and hardware.