Section 11: TSP command reference Series 3700A System Switch/Multimeter Reference Manual
11-424 3700AS-901-01 Rev. D/June 2018
tsplink.state
This attribute describes the TSP-Link online state.
Usage
state = tsplink.state
TSP-Link state (online or offline)
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
tsplink.node (on page 11-421)
tsplink.reset() (on page 11-423)
tsplink.trigger[N].assert()
This function simulates the occurrence of the trigger and generates the corresponding event ID.
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 11-425)
tsplink.trigger[N].mode (on page 11-426)
tsplink.trigger[N].overrun (on page 11-427)
tsplink.trigger[N].pulsewidth (on page 11-428)
tsplink.trigger[N].release() (on page 11-428)
tsplink.trigger[N].stimulus (on page 11-430)
tsplink.trigger[N].wait() (on page 11-431)