Section 7: Command reference
Models 707B and 708B Switching Matrix Reference Manual
7-218
707B-901-01 Rev. A / August 2010
tsplink.state
This attribute describes the TSP-Link online state.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Attribute (R)
Yes
Not applicable
Not applicable
Not applicable
Usage
state = tsplink.state
state
TSP-Link state, online or offline
Details
When the instrument is powered 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. If it is online, the
output is:
online
Also see
tsplink.trigger[N].assert()
This function simulates the occurrence of the trigger and generates the corresponding event ID.
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-219)