2470 High Voltage SourceMeter Instrument Reference Manual
Section 14: TSP command reference
2470-901-01 Rev. A /
May
2019
14-219
trigger.model.load() — Empty
This function clears the trigger model.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Function
Yes
Usage
trigger.model.load("Empty")
Details
When you load this predefined trigger model, any blocks that have been defined in the trigger model
are cleared so the trigger model has no blocks defined.
Example
trigger.model.load("Empty")
print(trigger.model.getblocklist())
Clear the trigger model to have no blocks defined.
Output:
EMPTY
Also see
None
trigger.model.load() — GradeBinning
This function loads a predefined trigger model configuration that sets up a grading operation.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Function
Yes
Usage
trigger.model.load("GradeBinning",
components
,
startInLine
,
startDelay
,
endDelay,
limit1High
,
limit1Low
)
trigger.model.load("GradeBinning",
components
,
startInLine
,
startDelay
,
endDelay,
limit1High
,
limit1Low
,
limit1Pattern
)
trigger.model.load("GradeBinning",
components
,
startInLine
,
startDelay
,
endDelay,
limit1High
,
limit1Low
,
limit1Pattern
,
allPattern
)
trigger.model.load("GradeBinning",
components
,
startInLine
,
startDelay
,
endDelay,
limit1High
,
limit1Low
,
limit1Pattern
,
allPattern
,
limit2High
)
trigger.model.load("GradeBinning",
components
,
startInLine
,
startDelay
,
endDelay,
limit1High
,
limit1Low
,
limit1Pattern
,
allPattern
,
limit2High
,
limit2Low
)
trigger.model.load("GradeBinning",
components
,
startInLine
,
startDelay
,
endDelay,
limit1High
,
limit1Low
,
limit1Pattern
,
allPattern
,
limit2High
,
limit2Low
,
limit2Pattern
)
trigger.model.load("GradeBinning",
components
,
startInLine
,
startDelay
,
endDelay,
limit1High
,
limit1Low
,
limit1Pattern
,
allPattern
,
limit2High
,
limit2Low
,
limit2Pattern
,
limit3High
)
trigger.model.load("GradeBinning",
components
,
startInLine
,
startDelay
,
endDelay,
limit1High
,
limit1Low
,
limit1Pattern
,
allPattern
,
limit2High
,
limit2Low
,
limit2Pattern
,
limit3High
,
limit3Low
)