Section 7: TSP command reference
Series 2600B System SourceMeter® Instrument Reference Manual
7-20
2600BS-901-01 Rev. C / August 2016
Example
bufferCapacity = smua.nvbuffer1.capacity
print(bufferCapacity)
Reads the capacity of dedicated reading
buffer 1 (source-measure unit (SMU)
channel A).
Output:
1.05
The above output indicates that the buffer
can hold 149789 readings.
Also see
(on page 7-212)
(on page 7-231)
(on page 7-264)
bufferVar.clear()
empties the buffer.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Function
Yes
Usage
bufferVar
.clear()
bufferVar
The reading buffer; can be a dynamically allocated user-defined buffer or a
dedicated reading buffer
Details
clears all readings and statistics from the specified buffer. (for example,
bufferVar
.timestamps
and
bufferVar
.statuses
) from the specified buffer.
Example
smua.nvbuffer1.clear()
Clears dedicated reading buffer 1
(source-measure unit (SMU) channel A).
Also see
(on page 7-231)
bufferVar.clearcache()
This function clears the cache.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Function
Yes