![Keithley 2651A Скачать руководство пользователя страница 645](http://html1.mh-extra.com/html/keithley/2651a/2651a_reference-manual_661729645.webp)
Model 2651A High Power System SourceMeter® Instrument Reference Manual
Section 7: Command reference
2651A-901-01 Rev. A / March 2011
7-337
Trigger event IDs*
Event ID
Event description
smu
X
.trigger.PULSE_COMPLETE_EVENT_ID
Occurs when the SMU completes a pulse
smu
X
.trigger.SWEEP_COMPLETE_EVENT_ID
Occurs when the SMU completes a sweep
smu
X
.trigger.IDLE_EVENT_ID
Occurs when the SMU returns to the idle state
digio.trigger[
N
].EVENT_ID
Occurs when an edge is detected on a digital I/O line
tsplink.trigger[
N
].EVENT_ID
Occurs when an edge is detected on a TSP-Link line
lan.trigger[
N
].EVENT_ID
Occurs when the appropriate LXI trigger packet is
received on LAN trigger object
N
display.trigger.EVENT_ID
Occurs when the TRIG key on the front panel is
pressed.
trigger.EVENT_ID
Occurs when a *TRG command is received on the
remote interface.
(GPIB only) Occurs when a GET bus command is
received.
(VXI-11 only) Occurs with the VXI-11 command
device_trigger
. Reference the VXI-11 standard
for additional details on the device trigger operation.
trigger.blender[
N
].EVENT_ID
Occurs after a collection of events is detected.
trigger.timer[
N
].EVENT_ID
Occurs when a delay expires.
* Use the name of the trigger event ID to set the stimulus value rather than the numeric value. Using the name
makes the code compatible for future upgrades (for example, if the numeric values must change when
enhancements are added to the instrument).
Example
digio.trigger[3].mode = digio.TRIG_FALLING
digio.trigger[5].mode = digio.TRIG_FALLING
trigger.blender[1].orenable = true
trigger.blender[1].stimulus[1] = digio.trigger[3].EVENT_ID
trigger.blender[1].stimulus[2] = digio.trigger[5].EVENT_ID
Generate a trigger blender 1
event when a digital I/O
trigger happens on line 3 or
5.
Also see
trigger.blender[N].wait()
This function waits for a blender trigger event to occur.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Function Yes
Usage
triggered
= trigger.blender[
N
].wait(
timeout
)
triggered
Trigger detection indication for blender
N
The trigger blender (1 to 4) on which to wait
timeout
Maximum amount of time in seconds to wait for the trigger blender event