High Voltage SourceMeter Instrument Reference Manual Section 14:
2470-901-01 Rev. A / May 2019 14-283
tspnet.reset()
This function disconnects all TSP-Net sessions.
Type TSP-Link accessible
Affected by Where saved Default value
Usage
tspnet.reset()
Details
This command disconnects all remote instruments connected through TSP-Net. For TSP-enabled
devices, this causes any commands or scripts running remotely to be terminated.
Also see
None
tspnet.termination()
This function sets the device line termination sequence.
Type TSP-Link accessible
Affected by Where saved Default value
Usage
type = tspnet.termination(connectionID)
type = tspnet.termination(connectionID, termSequence)
ï‚§ tspnet.TERM_LF
ï‚§ tspnet.TERM_CR
ï‚§ tspnet.TERM_CRLF
ï‚§
The connection ID returned from tspnet.connect()
The termination sequence:
ï‚§ tspnet.TERM_LF
ï‚§ tspnet.TERM_CR
ï‚§ tspnet.TERM_CRLF
ï‚§
Details
This function sets and gets the termination character sequence that is used to indicate the end of a
line for a TSP-Net connection.
Using the termSequence parameter sets the termination sequence. The present termination
sequence is always returned.