Model 2461 Interactive SourceMeter® Instrument Reference Manual
Section 8: TSP command reference
2461-901-01 A/November 2015
8-89
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
(on page 8-68)
(on page 8-86)
localnode.version
This attribute stores the firmware version of the instrument.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Attribute (R)
Yes
Not applicable
Not applicable
Not applicable
Usage
version
= localnode.version
version
Instrument version level
Details
This attribute indicates the version number of the firmware that is presently running in the instrument.
Example
print(localnode.version)
Outputs the present version level. Example output:
1.0.0a
Also see
(on page 8-85)
(on page 8-87)