News

Convert CSV data to an array of objects with the header/value for the key/values. Process CSV files through this function convenient if you want to be able to programatically process a CSV file but ...
Args: data_acquisition: The DataAcquisition instance trigger_mode: The active trigger mode """ if trigger_mode != "None": logging.info (f"Waiting for {trigger_mode} trigger...") while data_acquisition ...