2470 High Voltage SourceMeter Instrument Reference Manual
Section 12: SCPI command reference
2470-901-01 Rev. A /
May
2019
12-107
:SYSTem:COMMunication:LAN:MACaddress?
This command queries the LAN media access control (MAC) address.
Type
Affected by
Where saved
Default value
Query only
Not applicable
Not applicable
Not applicable
Usage
:SYSTem:COMMunication:LAN:MACaddress?
Details
The MAC address is a character string representing the MAC address of the instrument in
hexadecimal notation. The string includes colons that separate the address octets.
Example
:SYSTem:COMMunication:LAN:MACaddress?
Returns the MAC address. For example, you
might see:
08:00:11:00:00:57
Also see
:SYSTem:COMMunication:LAN:CONFigure
:SYSTem:ERRor[:NEXT]?
This command returns the oldest unread error message from the event log and removes it from the log.
Type
Affected by
Where saved
Default value
Query only
Not applicable
Not applicable
Not applicable
Usage
:SYSTem:ERRor[:NEXT]?
Details
As error and status messages occur, they are placed in the event log. The event log is a first-in,
first-out (FIFO) register that can hold up to 1000 messages.
This command returns the next entry from the event log.
This command does not affect the event log that is displayed on the front panel.
If there are no entries in the event log, the following message is returned:
0,"No error;0;0 0"
This command returns only error messages from the event log. To return information and warning
messages, see
:SYSTem:EVENtlog:NEXT?
.
Note that if you have used
:SYSTem:ERRor[:NEXT]?
to check events,
:SYSTem:EVENtlog:NEXT?
shows the next event item after the last error that was returned by
:SYSTem:ERRor[:NEXT]?
You will not see warnings or information event log items that occurred
before you used
:SYSTem:ERRor[:NEXT]?