Trigger.digin[N].Clear() - Keithley 2461 Reference Manual

1kw pulse mode interactive sourcemeter instrument
Table of Contents

Advertisement

Model 2461 Interactive SourceMeter® Instrument Reference Manual
Example
*TRG
print(trigger.wait(1))
trigger.clear()
print(trigger.wait(1))
Also see
trigger.wait()

trigger.digin[N].clear()

This function clears the trigger event on a digital input line.
Type
TSP-Link accessible
Function
Yes
Usage
trigger.digin[N].clear()
N
Details
The event detector of a trigger enters the detected state when an event is detected. For the specified
trigger line, this command clears the event detector, discards the history, and clears the overrun
status(sets the overrun status to false).
Example
trigger.digin[2].clear()
Also see
digio.line[N].mode
Digital I/O port configuration
trigger.digin[N].overrun
trigger.digin[N].wait()
2461-901-01 A/November 2015
(on page 8-317)
Affected by
Digital I/O trigger line (1 to 6)
(on page 8-50)
(on page 3-87)
(on page 8-243)
(on page 8-243)
Section 8: TSP command reference
Generate a trigger event.
Check if there are any pending trigger
events.
Output: true
Clear any pending command triggers.
Check if there are any pending trigger
events.
Output: false
Where saved
Clears the trigger event detector on I/O line 2.
Default value
8-241

Advertisement

Table of Contents
loading

Table of Contents