bpod_core.bpod.BpodInfo

class bpod_core.bpod.BpodInfo

Bases: Struct

Information about a specific Bpod device.

location: str

User-defined location of the device.

name: str

User-defined name of the device.

port: str | None

Port on which the device is connected.

serial_number: str

Serial number of the device.

zmq_pub: str | None

ZeroMQ PUB service address.

zmq_rep: str | None

ZeroMQ REP service address.