Keithley 2450 Reference Manual page 744

Interactive sourcemeter instrument
Table of Contents

Advertisement

Model 2450 Interactive SourceMeter® Instrument Reference Manual
Details
You can use the wait block to synchronize measurements with other instruments and devices.
Events that you can set the instrument to wait for include:
Digital input/output signals, such as DB-9 and TSP-Link
LAN events
Blenders
The event can occur before the trigger model reaches the wait block. If the event occurs after the trigger model
starts but before the trigger model reaches the wait block, the trigger model records the event. When the trigger
model reaches the wait block, it executes the wait block without waiting for the event to happen again.
The instrument clears the memory of the recorded event when the trigger model is at the start block and when
the trigger model exits the wait block.
You can have up to eight wait blocks in a trigger model.
All items in the list are subject to the same action — you cannot combine AND and OR logic in a single command.
The events can be one of the events shown in the following table.
Trigger events
Event description
No trigger event
Front-panel TRIGGER key press
Notify trigger block N (1 to 8) generates a trigger
event when the trigger model executes it
A command interface trigger occurred:
Any remote interface: *TRG
GPIB only: GET bus command
VXI-11: VXI-11 command
device_trigger
Line edge (either rising, falling, or either based on
the configuration of the line) detected on digital
input line N (1 to 6)
Line edge detected on TSP-Link synchronization
line N (1 to 3)
Appropriate LXI trigger packet is received on LAN
trigger object N (1 to 8)
Trigger event blender N (1 to 2), which combines
trigger events
Trigger timer N (1 to 4) expired
Source limit condition occurs
Example
trigger.model.setblock(9, trigger.BLOCK_WAIT, trigger.EVENT_DISPLAY)
Set trigger model block 9 to wait for a user to press the TRIGGER key on the front panel before
continuing.
Also see
Wait building block
2450-901-01 Rev. B/September 2013
(on page 3-96)
Section 8: TSP command reference
Event constant
trigger.EVENT_NONE
trigger.EVENT_DISPLAY
trigger.EVENT_NOTIFYN
trigger.EVENT_COMMAND
trigger.EVENT_DIGION
trigger.EVENT_TSPLINKN
trigger.EVENT_LANN
trigger.EVENT_BLENDERN
trigger.EVENT_TIMERN
trigger.EVENT_SOURCE_LIMIT
8-213

Advertisement

Table of Contents
loading

Table of Contents