Buffervar.fillcount - Keithley 2651A Reference Manual

High power system sourcemeter instrument
Hide thumbs Also See for 2651A:
Table of Contents

Advertisement

Section 7: Command reference
Usage
state = bufferVar.collecttimestamps
bufferVar.collecttimestamps = state
state
bufferVar
Details
Assigning a value to this attribute enables or disables the storage of timestamps. Reading this attribute returns
the state of timestamp collection. This value can only be changed with an empty buffer. Empty the buffer using
the bufferVar.clear() function.
When on, timestamp values will be stored with readings in the buffer. This requires four extra bytes of storage
per reading. Turning on additional collection items, such as timestamps (this attribute) and source values,
decreases the capacity of a dedicated reading buffer (for example, smua.nvbuffer1), but does not change the
capacity of a user-defined dynamically allocated buffer.
This value, off or on, can only be changed when the buffer is empty. Empty the buffer using the
bufferVar.clear() function.
Example
smua.nvbuffer1.collecttimestamps = 1
Also see
bufferVar.clear()
smuX.measure.overlappedY()
smuX.measure.Y()
smuX.nvbufferY
smuX.trigger.measure.Y()
Reading buffers

bufferVar.fillcount

This attribute sets the reading buffer fill count.
Type
TSP-Link accessible
Attribute (RW)
Yes
Usage
fillCount = bufferVar.fillcount
bufferVar.fillcount = fillCount
fillCount
bufferVar
7-22
Model 2651A High Power System SourceMeter® Instrument Reference Manual
Timestamp value collection status; set to one of the following:
0: Timestamp value collection disabled (off)
1: Timestamp value collection enabled (on)
The reading buffer; this can be a dynamically allocated buffer (user defined), or a
dedicated reading buffer (such as smua.nvbuffer1)
(on page 7-19)
(on page 7-201)
(on page 7-205)
(on page 7-208)
(on page 7-238)
(on page 3-6)
Affected by
Not applicable
The reading buffer fill count
The reading buffer; can be a dynamically allocated buffer (user-defined), or a
dedicated reading buffer (such as smua.nvbuffer1)
Include timestamps with readings for
dedicated reading buffer 1.
Where saved
Default value
Not applicable
0
2651A-901-01 Rev. A / March 2011

Advertisement

Table of Contents
loading

Table of Contents