Status Reporting
37
Keysight InfiniiVision M9241/42/43A PXIe Oscilloscopes SCPI Programmer's Guide
1343
# 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."