Section 7: TSP command reference
Models 707B and 708B Switching Matrix Reference Manual
7-54
707B-901-01 Rev. B / January 2015
Details
The pulse width that is set determines how long the instrument asserts the trigger.
Example
digio.trigger[2].assert()
Asserts a trigger on digital I/O line 2.
Also see
digio.trigger[N].clear()
This function clears the trigger event on a digital I/O line.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Function
Yes
Usage
digio.trigger[
N
].clear()
N
Digital I/O trigger line (1 to 14)
Details
The event detector of a trigger enters the detected state when an event is detected. It is cleared when
digio.trigger[
N
].wait()
or
digio.trigger[
N
].clear()
is called.
digio.trigger[
N
].clear()
clears the event detector of the specified trigger line, discards the
history of the trigger line, and clears the
digio.trigger[
N
].overrun
attribute.
Example
digio.trigger[2].clear()
Clears the trigger event detector on I/O line 2.
Also see
(on page 7-57)
(on page 7-61)
digio.trigger[N].EVENT_ID
This constant identifies the trigger event generated by the digital I/O line N.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Constant
Yes
Usage
eventID
= digio.trigger[
N
].EVENT_ID
eventID
The trigger event number
N
Digital I/O trigger line (1 to 14)