Commit d89405c9 authored by Matthieu Cattin's avatar Matthieu Cattin

Add trigger disable before LED test.

parent a4484b60
......@@ -47,8 +47,9 @@ def main (default_directory='.'):
tmp_stdin = sys.stdin;
sys.stdin = sys.__stdin__;
# Initialize error variable and make sure no acquisition is running
# Initialize error variable, disable triggers and make sure no acquisition is running
errors = [0, 0, 0, 0]
fmc.set_trig_config(1, 0, 0, 0, 0, 0, 0)
fmc.stop_acq()
############################################################################
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment