Section 9: TSP command reference Series 2600B System SourceMeter® instrument Reference Manual
9-402 2600BS-901-01 Rev. F/August 2021
Also see
tspnet.connect() (on page 9-399)
tspnet.read() (on page 9-403)
tspnet.termination() (on page 9-405)
tspnet.write() (on page 9-410)
tspnet.idn()
This function retrieves the response of the remote device to *IDN?.
Usage
idnString = tspnet.idn(connectionID)
The returned *IDN? string
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 2600B, 1398687,
1.0.0
Also see
tspnet.connect() (on page 9-399)