Keithley 2450 Reference Manual page 544

Interactive sourcemeter instrument
Table of Contents

Advertisement

Model 2450 Interactive SourceMeter® Instrument Reference Manual
Example 2
buffer.save(MyBuffer, "/usb1/myDataRel.csv", buffer.SAVE_RELATIVE_TIME)
Save all readings and relative time stamps from MyBuffer to a file named myDataRel.csv on the USB
flash drive.
Example 3
buffer.save(defbuffer1, "/usb1/defbuf1data", buffer.SAVE_RAW_TIME)
Save readings and raw time stamps from defbuffer1 to a file named defbuf1data on the USB flash drive.
Uses the constant.
Example 4
buffer.save(defbuffer1, "/usb1/defbuf1data", 4)
Save readings and raw time stamps from defbuffer1 to a file named defbuf1data on the USB flash drive.
Uses the numerical value.
Also see
buffer.make()
buffer.saveappend()
Reading buffers
Remote buffer operation
2450-901-01 Rev. B/September 2013
(on page 8-11)
(on page 8-14)
(on page 3-10)
(on page 3-27)
Section 8: TSP command reference
8-13

Advertisement

Table of Contents
loading

Table of Contents