Section 14: TSP command reference
2470 High Voltage SourceMeter Instrument Reference Manual
14-226
2470-901-01 Rev. A /
May
2019
trigger.model.load("SortBinning",
components
,
startInLine
,
startDelay
,
endDelay,
limit1High
,
limit1Low
,
limit1Pattern
,
allPattern
,
limit2High
,
limit2Low
,
limit2Pattern
,
limit3High
,
limit3Low
,
limit3Pattern
,
limit4High
,
limit4Low
)
trigger.model.load("SortBinning",
components
,
startInLine
,
startDelay
,
endDelay,
limit1High
,
limit1Low
,
limit1Pattern
,
allPattern
,
limit2High
,
limit2Low
,
limit2Pattern
,
limit3High
,
limit3Low
,
limit3Pattern
,
limit4High
,
limit4Low
,
limit4Pattern
)
trigger.model.load("SortBinning",
components
,
startInLine
,
startDelay
,
endDelay,
limit1High
,
limit1Low
,
limit1Pattern
,
allPattern
,
limit2High
,
limit2Low
,
limit2Pattern
,
limit3High
,
limit3Low
,
limit3Pattern
,
limit4High
,
limit4Low
,
limit4Pattern
,
bufferName
)
components
The number of components to measure (1 to 268,435,455)
limitxHigh
x
is limit 1, 2, 3, or 4; the upper limit that the measurement is compared against
limitxLow
x
is 1, 2, 3, or 4; the lower limit that the measurement is compared against
limit1Pattern
The bit pattern that is sent when the measurement passes limit 1; range 1 to 15;
default is 1
limit2Pattern
The bit pattern that is sent when the measurement passes limit 2; range 1 to 15;
default is 2
limit3Pattern
The bit pattern that is sent when the measurement passes limit 3; range 1 to 15;
default is 4
limit4Pattern
The bit pattern that is sent when the measurement passes limit 4; range 1 to 15;
default is 8
allPattern
The bit pattern that is sent when all limits have failed; 1 to 15; default is 15
startInLine
The input line that starts the test;
5
for digital line 5,
6
for digital line 6; default is
5
startDelay
The delay time before each measurement (167 ns to 10 ks); default is
0
for no delay
endDelay
The delay time after the measurement (167 ns to 10 ks); default is
0
for no delay
bufferName
The name of the reading buffer, which may be a default buffer (
defbuffer1
or
defbuffer2
) or a user-defined buffer; defaults to
defbuffer1
Details
This trigger model template allows you to sort components and place them into up to four bins, based
on the comparison to limits.
To set a limit as unused, set the high value for the limit to be less than the low limit.
All limit patterns and the all fail pattern are sent on digital I/O lines 1 to 4, where 1 is the least
significant bit.
After selecting a trigger model template, you can view the trigger model blocks in a graphical format
by pressing the front-panel
MENU
key and under Trigger, selecting
Configure
. You can also add or
delete blocks and change trigger model settings from this screen. You can use the
trigger.model.getblocklist()
command to view the trigger model blocks in a list format.
Also see
None