Buffervar.startindex - Keithley DMM7510 Reference Manual

7 1/2 digit graphical sampling multimeter
Hide thumbs Also See for DMM7510:
Table of Contents

Advertisement

Section 8: TSP command reference

bufferVar.startindex

This attribute indicates the starting index in a reading buffer.
Type
TSP-Link accessible
Attribute (R)
Yes
Usage
bufferVar.startindex = startIndex
startIndex
bufferVar
Details
Use this attribute to find the starting index in a reading buffer.
Example
test1 = buffer.make(100)
dmm.measure.count = 6
dmm.measure.read(test1)
print(test1.startindex, test1.endindex, test1.capacity)
Create a buffer named test1 with a capacity of 100 readings.
Set the measure count to 6.
Make measurements and store them in buffer test1.
Get the start index, end index, and capacity of test1.
Output: 1, 6, 100
Also see
bufferVar.endindex
buffer.make()
Reading buffers
Remote buffer operation
8-36
Model DMM7510 7½ Digit Graphical Sampling Multimeter Reference Manual
Affected by
Restore configuration
Instrument reset
Power cycle
Starting index of the buffer
The name of the reading buffer, which may be a default buffer (defbuffer1 or
defbuffer2) or a user-defined buffer
(on page 8-26)
(on page 8-18)
(on page 3-13)
(on page 3-30)
Where saved
Default value
Not applicable
Not applicable
DMM7510-901-01 Rev. B / May 2015

Advertisement

Table of Contents
loading

Table of Contents