Skip to content
Snippets Groups Projects
Commit c1758d03 authored by Sander de Snoo's avatar Sander de Snoo
Browse files

Added check on acquisition n_repeat

parent 75323df8
No related branches found
No related tags found
No related merge requests found
......@@ -962,6 +962,8 @@ class UploadAggregator:
else:
acq_name = acquisition.ref.name
acq_list.append(acq_name)
if acquisition.n_repeat is not None:
raise Exception('Acquisition n_repeat is not supported for Keysight')
t_measure = acquisition.t_measure if acquisition.t_measure is not None else job.acquisition_conf.t_measure
if ch_name in job.t_measure:
if t_measure != job.t_measure[ch_name]:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment