User Manual

Table Of Contents
Programming Examples 36
Keysight InfiniiVision 1000 X-Series Oscilloscopes Programmer's Guide 877
InfiniiVision= rm.open_resource("USB0::0x2A8D::0x1797::CN56240004::0::IN
STR")
InfiniiVision.timeout = 15000
InfiniiVision.clear()
# Initialize the oscilloscope, capture data, and analyze.
initialize()
capture()
analyze()
print "End of program."