Commit a51a5596 authored by Peter Jansweijer's avatar Peter Jansweijer

Disable timeout (otherwise we might loose measurements)

parent 33297756
......@@ -159,6 +159,8 @@ if __name__ == "__main__":
# Use external 10MHz reference
freq_cnt.write("ROSCillator:SOURce EXTernal")
# Disable timeout (otherwise we might loose measurements)
freq_cnt.write("SYSTem:TIMeout INFinity")
# Channel 1 setup:
freq_cnt.write("INP1:COUP DC")
......
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