User Manual

Table Of Contents
896 Keysight InfiniiVision 1000 X-Series Oscilloscopes Programmer's Guide
36 Programming Examples
# Close the connection to the instrument
session.Dispose()
print "End of program."
# Wait for a key press before exiting.
print "Press any key to exit..."
Console.ReadKey(True)