Commit e829aa20 authored by Peter Jansweijer's avatar Peter Jansweijer

Adjusted osc_init levels

parent 21735254
......@@ -542,21 +542,21 @@ def osc_init(scope, time_base = 50.0e-9):
use_power_splitter = True
if use_power_splitter:
scope.write(":TRIGger:LEVel CHANnel1, 0.4")
scope.write(":CHANnel1:RANGe 4.0") # 500 mV/div
scope.write(":TRIGger:LEVel CHANnel1, 0.15")
scope.write(":CHANnel1:RANGe 2.0") # 250 mV/div
else:
scope.write(":TRIGger:LEVel CHANnel1, 0.7")
scope.write(":CHANnel1:RANGe 6.0") # 750 mV/div
scope.write(":TRIGger:LEVel CHANnel1, 0.3")
scope.write(":CHANnel1:RANGe 4.0") # 500 mV/div
scope.write(":CHANnel1:INPut DCFifty")
scope.write(":CHANnel1:OFFSet 0.0")
scope.write(":CHANnel3:INPut DCFifty")
scope.write(":CHANnel3:OFFSet 0.0")
scope.write(":CHANnel3:RANGe 1.0") # 125 mV/div
scope.write(":CHANnel3:RANGe 2.0") # 250 mV/div
scope.write(":CHANnel4:INPut DCFifty")
scope.write(":CHANnel4:OFFSet 0.0")
scope.write(":CHANnel4:RANGe 1.0") # 125 mV/div
scope.write(":CHANnel4:RANGe 2.0") # 250 mV/div
# Trigger in the centre of the screen; important for maximum estimations
......
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