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

Change for Keysight HVI2/TSE 2023 release.

parent 8866a554
No related branches found
No related tags found
No related merge requests found
......@@ -193,6 +193,9 @@ class Hvi2VideoMode():
if self._configuration[awg.name]['hvi_queue_control']:
awg.write_queue_mem()
# Always call stop before start. Seems to be required for HVI2/TSE 2023.
hvi_exec.stop()
# use default values for backwards compatibility with old scripts
start_delay = int(hvi_params.get('start_delay', 0))
n_points = hvi_params['number_of_points']
......
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