Section 12: SCPI command reference
2470 High Voltage SourceMeter Instrument Reference Manual
12-112
2470-901-01 Rev. A /
May
2019
Example
*CLS
SYST:EVEN:POST "my error", INF
SYST:EVEN:NEXT?
Clear the event log.
Post an error named
my error
.
Output:
1003,"User: my error;4,1400469179,431599191"
Also see
(on page 3-50)
:SYSTem:EVENtlog:SAVE
This command saves the event log to a file on a USB flash drive.
Type
Affected by
Where saved
Default value
Command only
Not applicable
Not applicable
Not applicable
Usage
:SYSTem:EVENtlog:SAVE "<filename>"
:SYSTem:EVENtlog:SAVE "<filename>", <eventType>
<filename>
A string that holds the name of the file to be saved
<eventType>
Limits the event log entries that are saved to specific types; set to:
ERRor
: Saves only error entries
WARNing
: Saves only warning entries
INFormational
: Saves only informational entries
ALL
: Saves all event log entries (default)
Details
This command saves all event log entries to a USB flash drive.
If you do not define an event type, the instrument saves all event log entries.
The extension
.csv
is automatically added to the file name.
Example
SYST:EVEN:SAVE "/usb1/July_error_log", ERR
Saves the error events in the event log to a
file on the USB flash drive named
July_error_log.csv
.
Also see
(on page 12-105)