Localnode.showevents - Keithley DMM7510 Reference Manual

7 1/2 digit graphical sampling multimeter
Hide thumbs Also See for DMM7510:
Table of Contents

Advertisement

Model DMM7510 7½ Digit Graphical Sampling Multimeter Reference Manual

localnode.showevents

This attribute sets whether or not the instrument automatically outputs generated events to the remote interface.
Type
TSP-Link accessible
Attribute (RW)
No
Usage
errorMode = localnode.showevents
localnode.showevents = errorMode
errorMode
Details
Enable this attribute to have the instrument output generated events to the remote interface.
Events are output after a command message is executed but before prompts are issued (if prompts
are enabled with localnode.prompts).
If this attribute is disabled, use eventlog.next() to retrieve unread events from the event log.
Events are enabled or disabled only for the remote interface that is active when you send the
command. For example, if you enable show events when the GPIB connection is active, they will not
be enabled for a subsequent USB connection.
Example
localnode.showevents = eventlog.SEV_ERROR | eventlog.SEV_INFO
trigger.digin[3].edge = trigger.EDGE_EITHER
Send generated error and warning messages.
Example output if the edge cannot be sent to either:
1805, Settings conflict: setting input edge when line 3 set for digital
Also see
eventlog.clear()
localnode.prompts
DMM7510-901-01 Rev. B / May 2015
Affected by
Power cycle
The errors that are returned:
No events: 0
Errors only: 1 (eventlog.SEV_ERROR)
Warnings only: 2 (eventlog.SEV_WARN)
Errors and warnings: 3 (eventlog.SEV_ERROR| eventlog.SEV_WARN)
Information only: 4 (eventlog.SEV_INFO)
Information and errors: 5 (eventlog.SEV_INFO |eventlog.SEV_ERROR)
Warnings and information: 6 (eventlog.SEV_INFO|eventlog.SEV_WARN)
All events: 7 (eventlog.SEV_ALL)
(on page 8-204)
(on page 8-223)
Section 8: TSP command reference
Where saved
Default value
Not saved
0 (no events sent)
8-227

Advertisement

Table of Contents
loading

Table of Contents