Commit 84c62ae3 authored by Peter Jansweijer's avatar Peter Jansweijer

added sin(x)/x interpolation (LeCroy standard is Interpolation None)

parent 5acdc522
......@@ -722,7 +722,12 @@ if __name__ == "__main__":
output_dir=option[1]
print ("channels:",channels, "num_avg", num_avg)
# Set Interpolation for all used channels to "Compatible Mode 10"
for chan in channels.split(','):
scope.write("VBS 'app.Acquisition.C" + str(chan) + ".InterpolateType = \"sinxx\"'")
#print("VBS 'app.Acquisition.C" + str(chan) + ".InterpolateType = \"sinxx\"'")
# Use Channel 1 pulse input
# use Channel 3 Ethernet Frame input
......
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