System SourceMeter® Instrument Reference Manual Section 7:
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
print(state)
Read the state of the TSP-Link system. If it is online,
the output is:
Also see
tsplink.node (on page 7-383)
tsplink.reset() (on page 7-385) tsplink.reset() (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
Usage
tsplink.trigger[N].assert()
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
tsplink.trigger[N].clear() (on page 7-388)
tsplink.trigger[N].mode (on page 7-389)
tsplink.trigger[N].overrun (on page 7-391)
tsplink.trigger[N].pulsewidth (on page 7-392)
tsplink.trigger[N].release() (on page 7-392)
tsplink.trigger[N].stimulus (on page 7-394)
tsplink.trigger[N].wait() (on page 7-396)