Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 990 Bytes

File metadata and controls

13 lines (10 loc) · 990 Bytes

ReadAllEvents

Definition

Provides a collection of helper functions you can use to check the SpikeSafe event queue.

Functions

Name Description
ReadAllEvents.log_all_events(spike_safe_socket) Reads all SpikeSafe events from event queue and prints them to the log file.
ReadAllEvents.read_all_events(spike_safe_socket, enable_logging = None) Returns an array of all events from the SpikeSafe event queue.
ReadAllEvents.read_until_event(spike_safe_socket, code, enable_logging = None, timeout = None) Returns an array of all events from the SpikeSafe event queue until a specific event is read.