Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.64 KB

File metadata and controls

20 lines (16 loc) · 1.64 KB

MemoryTableReadData

Definition

A class used to store data in a simple accessible object from a SpikeSafe's Memory Table Read response.

Attributes

Name Description
bulk_voltage Bulk voltage (V) input to SpikeSafe.
channel_data All channel data in list of ChannelData objects. Depending on the SpikeSafe model, a list may contain between 1 to 8 ChannelData objects.
temperature_data All temperature data in a list of TemperatureData objects. Depending on the SpikeSafe model, a list may contain between 1 to 4 TemperatureData objects.

Functions

Name Description
bulk_voltage_volts_formatted_float(self) Return the bulk voltage reading formatted to matching hardware decimal places.
bulk_voltage_volts_formatted_string(self) Return the bulk voltage reading formatted to matching hardware decimal places.
parse_memory_table_read(self, get_memory_table_read_response) Parses SpikeSafe's Memory Table Read response into a simple accessible object.