Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.16 KB

File metadata and controls

19 lines (15 loc) · 1.16 KB

DigitizerData

Definition

A class used to store data in a simple accessible object from a digitizer fetch response.

Attributes

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.

Functions

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.