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

Fix flush order in init

parent f357c96c
No related branches found
No related tags found
No related merge requests found
......@@ -47,10 +47,10 @@ class M3202A_Uploader:
self._config_marker_channels()
def _init_awgs(self):
self.release_all_awg_memory()
for awg in self.AWGs.values():
for ch in [1,2,3,4]:
awg.awg_flush(ch)
self.release_all_awg_memory()
def _config_marker_channels(self):
for channel in self.marker_channels.values():
......
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