Interactive SourceMeter® Instrument Reference Manual Section 8:
2450-901-01 Rev. B/September 2013 8-13
Example 2
buffer.save(MyBuffer, "/usb1/myDataRel.csv", buffer.SAVE_RELATIVE_TIME)
Save all readings and relative time stamps from
to a file named
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
Uses the numerical value.
Also see
buffer.make() (on page 8-11)
buffer.saveappend() (on page 8-14)
Reading buffers (on page 3-10)
Remote buffer operation (on page 3-27)