Interactive SourceMeter® Instrument Reference Manual Section 8:
2450-901-01 Rev. B/September 2013 8-195
trigger.model.setblock() —
trigger.BLOCK_BRANCH_LIMIT_CONSTANT
This command defines a trigger model block that branches to a block outside the normal trigger model flow if a
measurement meets preset criteria.
Type TSP-Link accessible Affected by Where saved Default value
Instrument reset
Power cycle
Usage
trigger.model.setblock(blockNumber, trigger.BLOCK_BRANCH_LIMIT_CONSTANT, limitType,
limitA, limitB, branchToBlock, measureBlock)
The sequence of the block in the trigger model
The type of limit (trigger.LIMIT_ABOVE, trigger.LIMIT_BELOW,
, or
)
The lower limit that the measurement is tested against; if limitType is set to:
• trigger.LIMIT_ABOVE: This value is ignored
• trigger.LIMIT_BELOW: The measurement must be below this value
• trigger.LIMIT_INSIDE: This is the low limit that the measurement is
compared against
• trigger.LIMIT_OUTSIDE: This is the low limit that the measurement is
compared against
The upper limit that the measurement is tested against; if
limitType
• trigger.LIMIT_ABOVE: The measurement must be above this value
• trigger.LIMIT_BELOW: This value is ignored
• trigger.LIMIT_INSIDE: This is the high limit that the measurement is
compared against
• trigger.LIMIT_OUTSIDE: This is the high limit that the measurement is
The block number of the trigger model block to execute when the measurement meets
the defined criteria
The blockNumber of the measurement block that makes the measurement to be
compared