Interactive SourceMeter® Instrument Reference Manual Section 8:
2450-901-01 Rev. B/September 2013 8-15
Example 2
buffer.saveappend(MyBuffer, "/usb1/myDataRel.csv", buffer.SAVE_RELATIVE_TIME)
Append readings and relative time stamps from MyBuffer to a file named myDataRel.csv
drive.
Example 3
buffer.saveappend(defbuffer1, "/usb1/defbuf1data", buffer.SAVE_RAW_TIME, 1, 10)
Append readings and raw time stamps from defbuffer1 to a file named defbuf1data on the USB flash
drive. Uses the constant. 1 and 10 are start and end data points in the buffer
Example 4
buffer.saveappend(defbuffer1, "/usb1/defbuf1data", 4)
Append readings and raw time stamps from defbuffer1 to a file named defbuf1data on the USB flash
drive. Uses the numeric value.
Example 5
buffer.saveappend(defbuffer1, "/usb1/defbuf1data", 4, 1,10)
Append readings and raw time stamps from defbuffer1 to a file named defbuf1data on the USB flash
drive. 1 and 10 are start and end data points in the buffer.
Also see
Reading buffers (on page 3-10)
Remote buffer operation (on page 3-27)
buffer.make() (on page 8-11)
buffer.save() (on page 8-12)
bufferVar.capacity
This attribute contains the number of readings a buffer can store.
Type TSP-Link accessible Affected by Where saved Default value
Power cycle
Measure configuration list
Usage
bufferCapacity = bufferVar.capacity
bufferVar.capacity = bufferCapacity
The maximum number of readings the buffer can store; the additive of all reading
buffers cannot exceed 1,000,000
The name of the reading buffer, which may be a default buffer (defbuffer1 or
) or a user-defined buffer