Status Reporting 41
Keysight InfiniiVision 4000 X-Series Oscilloscopes Programmer's Guide 1585
# 10 second total capture, with trigger point in the middle = 5s to arm
KsInfiniiVisionX.write(":TIMebase:RANGe 10")
# Prevent Auto trigger.
KsInfiniiVisionX.write(":TRIGger:SWEep NORMal")
# Use the three methods to check whether the oscilloscope is armed.
# --------------------------------------------------------------------
method_1()
method_2()
method_3()
# End of Script
# --------------------------------------------------------------------
KsInfiniiVisionX.clear() # Clear communications interface
KsInfiniiVisionX.close() # Close communications interface
print "All done."