A class used to store data in a simple accessible object from a digitizer fetch response.
| Name | Description |
|---|---|
| sample_number | Sample number of the voltage reading. |
| time_since_start_seconds | Time since the start of the sampling in seconds. |
| voltage_reading | Digitizer voltage reading. |
| Name | Description |
|---|---|
| voltage_reading_volts_formatted_float(self) | Return the voltage reading formatted to matching hardware decimal places. |
| voltage_reading_volts_formatted_string(self) | Return the voltage reading formatted to matching hardware decimal places. |