Agilent Technologies Infiniium 90000 Series Programmer's Manual page 1149

Oscilloscopes
Hide thumbs Also See for Infiniium 90000 Series:
Table of Contents

Advertisement

# Close output file.
writer.Close()
print "Waveform format WORD data written to %s." % strPath
# =========================================================
# Main program:
# =========================================================
#addr = "labi-trex-lp11.cos.agilent.com"
addr = "TCPIP0::labi-trex-lp11.cos.agilent.com::inst0::INSTR"
scope = AgInfiniium90000(addr)
scope.Transport.DefaultTimeout.Set(10000)
# Initialize the oscilloscope, capture data, and analyze.
initialize()
capture()
analyze()
print "End of program."
# Wait for a key press before exiting.
print "Press any key to exit..."
Console.ReadKey(True)
Agilent Infiniium 90000 Series Oscilloscopes Programmer's Reference
writer.WriteLine("%E, %f" % (time_val, voltage))
38
Sample Programs
1149

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents