Section 14: TSP command reference
2470 High Voltage SourceMeter Instrument Reference Manual
14-280
2470-901-01 Rev. A /
May
2019
Also see
(on page 14-277)
(on page 14-281)
(on page 14-287)
tspnet.idn()
This function retrieves the response of the remote device to
*IDN?
.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Function
No
Usage
idnString
= tspnet.idn(
connectionID
)
idnString
The returned
*IDN?
string
connectionID
The connection ID returned from
tspnet.connect()
Details
This function retrieves the response of the remote device to
*IDN?
.
Example
deviceID = tspnet.connect("192.0.2.1")
print(tspnet.idn(deviceID))
tspnet.disconnect(deviceID)
Assume the instrument is at IP address 192.0.2.1.
The output that is produced when you connect to the
instrument and read the identification string may appear
as:
KEITHLEY INSTRUMENTS,MODEL
2470,00000170,1.1.0s
Also see
(on page 14-277)