Keithley SourceMeter 2600 Series Reference Manual page 354

Table of Contents

Advertisement

12-80 Instrument Control Library
smuX.nvbufferY.appendmode
Attribute
Append mode for the reading buffer.
Usage
state = smuX.nvbufferY.appendmode
smuX.nvbufferY.appendmode = state
Set
0
1
• Assigning to this attribute enables or disables the buffer append mode.
Remarks
• With append mode on, the first new measurement will be stored at
is the number of readings stored in the buffer.
n
Details
See
"Reading
Also see
smuX.measure.overlappedY, smuX.measure.Y,
Example
Append new readings for SMU A to contents of buffer 1:
smua.nvbuffer1.appendmode = 1
smuX.nvbufferY.basetimestamp
Attribute
Timestamp of when the first reading was stored from time of power-up.
Usage
basetime = smuX.nvbufferY.basetimestamp
• Reading this attribute returns the timestamp (in seconds) for the first reading
Remarks
(
rb[1]
power-up that the measurement was performed and stored.
• This is a read-only attribute.
Details
See
"Reading
Also see
smuX.measure.overlappedY, smuX.measure.Y,
Example
Read the timestamp for the first reading stored in buffer 1 of SMU A:
basetime = smua.nvbuffer1.basetimestamp
print(basetime)
Output:
The above output indicates that the timestamp is 2369.9 seconds.
2600S-901-01 Rev. A / May 2006
to one of the following values:
state
Append mode off – New measure data overwrites the previous buffer content.
Append mode on – Appends new measure data to the present buffer content.
buffers" in this section and in
) stored in a buffer. The timestamp is based on the number of seconds from
buffers" in this section and in
2.369900+03
Return to
Series 2600 System SourceMeters Reference Manual
X = SMU channel (a or b)
Y = NV buffer (1 or 2)
-- Reads append mode.
-- Writes append mode.
Section
smuX.nvbufferY
X = SMU channel (a or b)
Y = NV buffer (1 or 2)
Section
smuX.nvbufferY
Section 12 topics
rb[n+1]
7.
7.
, where

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents