6: SCPI command reference Model 2461 Interactive SourceMeter® Instrument
6-164 2461-901-01 A/November 2015
Details
When a reading buffer is set to fill once, no data is overwritten in the buffer. When the buffer is filled,
no more data is stored in that buffer and new readings are discarded.
When a reading buffer is set to fill continuously, the oldest data is overwritten by the newest data after
the buffer fills.
When you change the fill mode of a buffer, any data in the buffer is cleared.
Example
TRACe:MAKE "testData", 100
TRACe:FILL:MODE? "testData"
TRACe:FILL:MODE CONT, "testData"
TRACe:FILL:MODE? "testData"
TRACe:FILL:MODE?
Create a user-defined reading buffer named testData
with a capacity of 100 measurements.
Query the fill mode setting for testData.
Output:
ONCE
Set testData fill mode to continuous.
Query the fill mode setting for testData.
Output:
CONT
Query the fill mode setting for defbuffer1.
Output:
Also see
Reading buffers (on page 3-2)
Remote buffer operation (on page 3-23)
:TRACe:MAKE (on page 6-165)
:TRACe:CLEar (on page 6-159)
:TRACe:LOG:STATe
This command indicates if information events are logged when the specified reading buffer is at 0 % or 100 %
filled.
Type Affected by Where saved Default value
Instrument reset
Power cycle
defbuffer2: 1 (ON)
User-created buffer: 0 (OFF)
Usage
:TRACe:LOG:STATe <logState>
:TRACe:LOG:STATe <logState>, "<bufferName>"
:TRACe:LOG:STATe?
:TRACe:LOG:STATe? "<bufferName>"
Do not log information events: OFF or 0
Log information events: ON or 1
A string that indicates the reading buffer; the default buffers (defbuffer1 or
defbuffer2) or the name of a user-defined buffer; if no buffer is specified,