Buffervar.capacity - Keithley 2450 Reference Manual

Interactive sourcemeter instrument
Table of Contents

Advertisement

Model 2450 Interactive SourceMeter® Instrument Reference Manual
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 on the USB flash
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
Remote buffer operation
buffer.make()
buffer.save()

bufferVar.capacity

This attribute contains the number of readings a buffer can store.
Type
TSP-Link accessible
Attribute (R/W)
Yes
Usage
bufferCapacity = bufferVar.capacity
bufferVar.capacity = bufferCapacity
bufferCapacity
bufferVar
2450-901-01 Rev. B/September 2013
(on page 3-10)
(on page 3-27)
(on page 8-11)
(on page 8-12)
Affected by
Instrument reset
Power cycle
Measure configuration list
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
defbuffer2) or a user-defined buffer
Section 8: TSP command reference
Where saved
Default value
Not applicable
Not applicable
8-15

Advertisement

Table of Contents
loading

Table of Contents