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

Set Keysight digitizer in averaging mode for test

parent ca2df4fe
No related branches found
No related tags found
No related merge requests found
......@@ -84,6 +84,13 @@ class Context:
if name.startswith('Dig'):
digs.append(component)
cfg = self._configuration
backend = cfg['backend']
if backend in ['Keysight', 'KeysightQS']:
for dig in digs:
# Set mode AVERAGE
dig.set_acquisition_mode(1)
self.awgs = awgs
self.digitizers = digs
......
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