![Keithley DMM7510 Скачать руководство пользователя страница 640](http://html2.mh-extra.com/html/keithley/dmm7510/dmm7510_reference-manual_4027507640.webp)
Model DMM7510 7½ Digit Graphical Sampling Multimeter Reference Manual
Section 8: TSP command reference
DMM7510-901-01 Rev. B / May 2015
8-27
bufferVar.extravalues
This attribute contains the additional values in a reading buffer.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Attribute (R)
Yes
Restore configuration
Instrument reset
Power cycle
Not applicable
Not applicable
Usage
extraValue
=
bufferVar
.extravalues
N
extravalue
The extra values for readings
bufferVar
The name of the reading buffer, which may be a default buffer (
defbuffer1
or
defbuffer2
) or a user-defined buffer
N
The reading number
N
; can be any value from 1 to the number of readings in the
buffer; use the
bufferVar.
n
command to determine the number of readings in the
buffer
Details
This attribute contains an additional value, such as the sense voltage from a DC voltage ratio
measurement. The reading buffer style must be set to full to use this option.
If there is no additional value, this attribute returns 0.
Example
reset()
testData = buffer.make(50, buffer.STYLE_FULL)
dmm.measure.func = dmm.FUNC_DCV_RATIO
dmm.measure.read(testData)
print(testData.extravalues[1])
printbuffer(1,1,testData.extravalues)
Reset the instrument.
Create a reading buffer named
testData
that can hold a maximum of 50 readings
and is set to the style full.
Make a measurement and save it to the
testData
buffer.
Print the first extra reading value.
Example output:
-7.4235309424
-7.4235309424
Also see
(on page 8-16)
(on page 8-18)
(on page 8-24)
(on page 8-231)
(on page 8-232)
(on page 3-30)