Keithley SourceMeter 2600 Series Reference Manual page 355

Table of Contents

Advertisement

Series 2600 System SourceMeters Reference Manual
smuX.nvbufferY.capacity
Attribute
Capacity of the buffer.
Usage
capacity = smuX.nvbufferY.capacity
• Reading this attribute returns the number of readings that can be stored in the
Remarks
buffer.
• A buffer with only basic collection items turned on can store over 100,000 readings.
Capacity does not change as readings fill the buffer. Turning on additional collection
items, such as timestamps and source values, decreases the capacity of the buffer.
• This is a read-only attribute.
Details
See
"Reading
Also see
smuX.measure.overlappedY, smuX.measure.Y,
Example
Read the capacity of SMU A buffer 1:
capacity = smua.nvbuffer1.capacity
print(capacity)
Output:
smuX.nvbufferY.clear
Function
Clears the buffer.
Usage
smuX.nvbufferY.clear()
Remarks
This function clears all readings from the indicated buffer.
Details
See
"Reading
Also see
smuX.measure.overlappedY, smuX.measure.Y,
Example
Clears SMU A buffer 1:
smua.nvbuffer1.clear()
smuX.nvbufferY.collectsourcevalues
Attribute
Source value collection for the buffer.
Usage
state = smuX.nvbufferY.collectsourcevalues
smuX.nvbufferY.collectsourcevalues = state
Set
state
0
1
X = SMU channel (a or b)
Y = NV buffer (1 or 2)
buffers" in this section and in
1.123410+05
buffers" in this section and in
to one of the following values:
Source value collection disabled (off).
Source value collection enabled (on).
Return to
Instrument Control Library 12-81
Section
7.
smuX.nvbufferY
X = SMU channel (a or b)
Y = NV buffer (1 or 2)
Section
7.
smuX.nvbufferY
-- Reads collection state.
-- Writes collection state.
Section 12 topics
2600S-901-01 Rev. A / May 2006
X = SMU channel (a or b)
Y = NV buffer (1 or 2)

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents