Digio.trigger[N].Pulsewidth - Keithley 3700A Series Reference Manual

System switch/multimeter
Hide thumbs Also See for 3700A Series:
Table of Contents

Advertisement

Section 11: TSP command reference
Details
If this is true, an event was ignored because the event detector was already in the detected state
when the event occurred.
This is an indication of the state of the event detector built into the line itself. It does not indicate if an
overrun occurred in any other part of the trigger model or in any other detector that is monitoring the
event.
Example
overrun = digio.trigger[1].overrun
print(overrun)
Also see
digio.trigger[N].clear()
digio.trigger[N].reset()

digio.trigger[N].pulsewidth

This attribute describes the length of time that the trigger line is asserted for output triggers.
Type
TSP-Link accessible
Attribute (RW) Yes
Usage
width = digio.trigger[N].pulsewidth
digio.trigger[N].pulsewidth = width
width
N
Details
Setting the pulse width to zero (0) seconds asserts the trigger indefinitely. To release the trigger line,
use digio.trigger[N].release().
Example
digio.trigger[4].pulsewidth = 20e-6
Also see
digio.trigger[N].assert()
digio.trigger[N].reset()
digio.trigger[N].release()
11-120
(on page 11-117)
(on page 11-121)
Affected by
Where saved
Instrument reset
Create configuration script
Digital I/O trigger N reset
Save setup
Recall setup
The pulse width (seconds)
Digital I/O trigger line (1 to 14)
(on page 11-116)
(on page 11-121)
(on page 11-121)
Series 3700A System Switch/Multimeter Reference Manual
If there is no trigger overrun, the following
text is output:
false
Default value
10e-6 (10 µs) digital I/O lines 1
through 9
20 µs digital I/O lines 10 through 14
Sets the pulse width for trigger line 4 to
20 μs.
3700AS-901-01 Rev. D/June 2018

Advertisement

Table of Contents
loading

Table of Contents