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

Set anti-ringing filter for Keysight

parent 4606a03e
No related branches found
No related tags found
No related merge requests found
......@@ -87,6 +87,9 @@ class Context:
cfg = self._configuration
backend = cfg['backend']
if backend in ['Keysight', 'KeysightQS']:
for awg in awgs:
# anti-ringing filter
awg.set_digital_filter_mode(3)
for dig in digs:
# Set mode AVERAGE
dig.set_acquisition_mode(1)
......
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