You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spikesafe_python_lib_docs/ChannelData/README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,5 +16,7 @@ A class used to store data in a simple accessible object from a SpikeSafe's Memo
16
16
### Methods
17
17
| Name | Description |
18
18
| - | - |
19
-
|[current_reading_amps_formatted(self)](/spikesafe_python_lib_docs/ChannelData/current_reading_amps_formatted/README.md)| Return the current reading formatted to matching hardware decimal places. |
20
-
|[voltage_reading_volts_formatted(self)](/spikesafe_python_lib_docs/ChannelData/voltage_reading_volts_formatted/README.md)| Return the voltage reading formatted to matching hardware decimal places. |
19
+
|[current_reading_amps_formatted_float(self)](/spikesafe_python_lib_docs/ChannelData/current_reading_amps_formatted_float/README.md)| Return the current reading formatted to matching hardware decimal places. |
20
+
|[current_reading_amps_formatted_string(self)](/spikesafe_python_lib_docs/ChannelData/current_reading_amps_formatted_string/README.md)| Return the current reading formatted to matching hardware decimal places. |
21
+
|[voltage_reading_volts_formatted_float(self)](/spikesafe_python_lib_docs/ChannelData/voltage_reading_volts_formatted_float/README.md)| Return the voltage reading formatted to matching hardware decimal places. |
22
+
|[voltage_reading_volts_formatted_string(self)](/spikesafe_python_lib_docs/ChannelData/voltage_reading_volts_formatted_string/README.md)| Return the voltage reading formatted to matching hardware decimal places. |
Copy file name to clipboardExpand all lines: spikesafe_python_lib_docs/DigitizerData/README.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,4 +10,10 @@ A class used to store data in a simple accessible object from a digitizer fetch
10
10
| - | - |
11
11
|[sample_number](/spikesafe_python_lib_docs/DigitizerData/sample_number/README.md)| Sample number of the voltage reading. |
12
12
|[time_since_start_seconds](/spikesafe_python_lib_docs/DigitizerData/time_since_start_seconds/README.md)| Time since the start of the sampling in seconds. |
13
-
|[voltage_reading](/spikesafe_python_lib_docs/DigitizerData/voltage_reading/README.md)| Digitizer voltage reading. |
13
+
|[voltage_reading](/spikesafe_python_lib_docs/DigitizerData/voltage_reading/README.md)| Digitizer voltage reading. |
14
+
15
+
### Functions
16
+
| Name | Description |
17
+
| - | - |
18
+
|[voltage_reading_volts_formatted_float(self)](/spikesafe_python_lib_docs/DigitizerData/voltage_reading_formatted_float/README.md)| Return the voltage reading formatted to matching hardware decimal places. |
19
+
|[voltage_reading_volts_formatted_string(self)](/spikesafe_python_lib_docs/DigitizerData/voltage_reading_formatted_string/README.md)| Return the voltage reading formatted to matching hardware decimal places. |
Copy file name to clipboardExpand all lines: spikesafe_python_lib_docs/MemoryTableReadData/README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,5 +15,6 @@ A class used to store data in a simple accessible object from a SpikeSafe's Memo
15
15
### Functions
16
16
| Name | Description |
17
17
| - | - |
18
-
|[bulk_voltage_volts_formatted](/spikesafe_python_lib_docs/MemoryTableReadData/bulk_voltage_volts_formatted/README.md)| Parses SpikeSafe's Memory Table Read response into a simple accessible object. |
19
-
|[parse_memory_table_read](/spikesafe_python_lib_docs/MemoryTableReadData/parse_memory_table_read/README.md)| Parses SpikeSafe's Memory Table Read response into a simple accessible object. |
18
+
|[bulk_voltage_volts_formatted_float(self)](/spikesafe_python_lib_docs/MemoryTableReadData/bulk_voltage_volts_formatted_float/README.md)| Return the bulk voltage reading formatted to matching hardware decimal places. |
19
+
|[bulk_voltage_volts_formatted_string(self)](/spikesafe_python_lib_docs/MemoryTableReadData/bulk_voltage_volts_formatted_string/README.md)| Return the bulk voltage reading formatted to matching hardware decimal places. |
20
+
|[parse_memory_table_read(self, get_memory_table_read_response)](/spikesafe_python_lib_docs/MemoryTableReadData/parse_memory_table_read/README.md)| Parses SpikeSafe's Memory Table Read response into a simple accessible object. |
0 commit comments