Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 817 Bytes

File metadata and controls

30 lines (21 loc) · 817 Bytes

state_machine--- State Machine

pybpodapi.state_machine

state_machine builder runner

Overview

Each Bpod trial is programmed as a virtual finite state machine. This ensures precise timing of events - for any state machine you program, state transitions will be completed in less than 250 microseconds - so inefficient coding won't reduce the precision of events in your data.

For more information, please see https://sites.google.com/site/bpoddocumentation/bpod-user-guide/using-state-matrices .

Inheritance

pybpodapi.state_machine.StateMachine

|