Commit e550c775 authored by Guillaume Blanchy's avatar Guillaume Blanchy
Browse files

on post data on run_measurment() not run_sequence_(async) or run_multiple_sequences

Showing with 1 addition and 1 deletion
+1 -1
...@@ -967,7 +967,7 @@ class OhmPi(object): ...@@ -967,7 +967,7 @@ class OhmPi(object):
# add command_id in dataset # add command_id in dataset
acquired_data.update({'cmd_id': cmd_id}) acquired_data.update({'cmd_id': cmd_id})
# log data to the data logger # log data to the data logger
self.data_logger.info(f'{acquired_data}') # self.data_logger.info(f'{acquired_data}') # already in run_measurement()
# save data and print in a text file # save data and print in a text file
self.append_and_save(filename, acquired_data) self.append_and_save(filename, acquired_data)
self.exec_logger.debug(f'quadrupole {i + 1:d}/{n:d}') self.exec_logger.debug(f'quadrupole {i + 1:d}/{n:d}')
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment