Section 12: SCPI command reference
2470 High Voltage SourceMeter Instrument Reference Manual
12-146
2470-901-01 Rev. A /
May
2019
Trigger events
Event description
Event constant
Notify trigger block
<n>
(1 to 8); the trigger model generates a
trigger event when it executes the notify block
NOTify<n>
Source limit condition occurs
SLIMit
Trigger timer
<n>
(1 to 4) expired
TIMer<n>
Line edge detected on TSP-Link synchronization line
<n>
(1 to 3)
TSPLink<n>
Example
:DIG:LINE3:MODE TRIG, IN
:DIG:LINE5:MODE TRIG, IN
:TRIG:BLEN1:MODE OR
:TRIG:BLEN1:STIM1 DIG3
:TRIG:BLEN1:STIM2 DIG5
Set digital I/O lines 3 and 5 as trigger in lines. Generate a
trigger blender 1 event when a digital I/O trigger happens on
line 3 or 5.
Also see
(on page 12-144)
:TRIGger:BLOCk:BRANch:ALWays
This command defines a trigger model block that always goes to a specific block.
Type
Affected by
Where saved
Default value
Command only
Recall settings
Instrument reset
Power cycle
Save settings
Not applicable
Usage
:TRIGger:BLOCk:BRANch:ALWays <blockNumber>, <branchToBlock>
<blockNumber>
The sequence of the block in the trigger model
<branchToBlock>
The block number of the trigger model block to execute when the trigger model
reaches this block
Details
When the trigger model reaches a branch-always building block, it goes to the building block set by
<branchToBlock>
.
Example
TRIG:BLOC:BRAN:ALW 9, 20
When the trigger model reaches block 9, it will always branch
to block 20.
Also see
None