Section 7: Command reference
Models 707B and 708B Switching Matrix Reference Manual
7-222
707B-901-01 Rev. A / August 2010
Indicates the overrun state of the event detector built into the line itself.
It does not indicate whether an overrun occurred in any other part of the trigger model or in any other detector
that is monitoring the event.
It does not indicate output trigger overrun.
Example
print(tsplink.trigger[1].overrun)
If an event was ignored, displays
true
; if an event was not ignored,
displays
false
.
Also see
(on page 7-219)
(on page 7-223)
(on page 7-223)
(on page 7-225)
tsplink.trigger[N].pulsewidth
This attribute the length of time that the trigger line is asserted for output triggers.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Attribute (RW)
Yes
System reset
TSP-Link trigger N reset
Create configuration
script
10-e6
Usage
width = tsplink.trigger[N].pulsewidth
tsplink.trigger[N].pulsewidth = width
width
The pulse width (in seconds).
N
The trigger line (1 to 3)
Details
Setting the pulse width to 0 (seconds) asserts the trigger indefinitely.
Example
tsplink.trigger[3].pulsewidth = 20e-6
Sets pulse width for trigger Line 3 to 20
μ
s.
Also see
(on page 7-223)