bpod_module— Bpod Module

Implementation

class pybpodapi.bpod_modules.bpod_module.BpodModule(connected=False, module_name='', firmware_version=0, events_names=[], n_serial_events=0, serial_port=None)[source]
load_message(msg, msg_id=None)[source]

Load a message through bpod to the module and associate an ID to it.

Parameters:
  • msg (list(int)) – Message to send
  • msg_id (int) – Id of the message to use