Interactive SourceMeter® Instrument Reference Manual Section 6:
2450-901-01 Rev. B/September 2013 6-113
:TRACe:LOG:STATe
This command indicates whether the reading buffer should log informational events.
Type Affected by Where saved Default value
Command and query
Recall settings
Instrument reset
Save settings
defbuffer1: 1 (ON)
defbuffer2: 1 (ON)
User-created buffer: 0 (OFF)
Usage
TRACe:LOG:STATe <logState>, <bufferName>
TRACe:LOG:STATe? <bufferName>
Disable logging: OFF or 0
Enable logging:
or
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, this
parameter defaults to
Details
This command indicates whether the reading buffer should log informational events.
Example
Query the log state of defbuffer1.
Output:
1
Indicates that the log state is on.
TRACe:MAKE "testData", 100
Create a user-defined buffer named testData
TRACe:LOG:STATe? "testData"
Query the log state of testData.
Output:
0
The output indicates that the log state is off.
TRACe:LOG:STATe 1, "testData"
Change the testData log state to on.
TRACe:LOG:STATe? "testData"
Query the log state of testData.
Output:
Also see
Reading buffers (on page 3-10)
Remote buffer operation (on page 3-27)
:TRACe:MAKE (on page 6-114)