Series 2600B System SourceMeter® Instrument Reference Manual
Section 7: TSP command reference
2600BS-901-01 Rev. C / August 2016
7-387
Details
When the instrument power is first turned on, the state is
offline
. After
tsplink.reset()
is
successful, the state is
online
.
Example
state = tsplink.state
print(state)
Read the state of the TSP-Link system. If it is online,
the output is:
online
Also see
(on page 7-383)
(on page 7-385)
(on page 7-385)
tsplink.trigger[N].assert()
This function simulates the occurrence of the trigger and generates the corresponding event ID. This function is
not available on the Models 2604B/2614B/2634B.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Function
Yes
Usage
tsplink.trigger[
N
].assert()
N
The trigger line (1 to 3)
Details
The set pulse width determines how long the trigger is asserted.
Example
tsplink.trigger[2].assert()
Asserts trigger on trigger line 2.
Also see
(on page 7-388)
(on page 7-389)
(on page 7-391)
(on page 7-392)
(on page 7-392)
(on page 7-394)
(on page 7-396)