Commit 245fb1c5 authored by Peter Jansweijer's avatar Peter Jansweijer

SinXX set to OFF

parent 81efb413
......@@ -789,7 +789,8 @@ if __name__ == "__main__":
# Set Interpolation for all used channels to "Compatible Mode 10"
for chan in args.channels:
scope.write("VBS 'app.Acquisition.C" + str(chan) + ".InterpolateType = \"sinxx\"'")
#scope.write("VBS 'app.Acquisition.C" + str(chan) + ".InterpolateType = \"sinxx\"'")
pass
#print("VBS 'app.Acquisition.C" + str(chan) + ".InterpolateType = \"sinxx\"'")
# Use Channel 1 pulse 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