Interactive SourceMeter® Instrument Reference Manual Section 8:
2450-901-01 Rev. B/September 2013 8-209
trigger.model.setblock() — trigger.BLOCK_MEASURE
This function defines a trigger block that makes a measurement.
Type TSP-Link accessible Affected by Where saved Default value
Instrument reset
Power cycle
Usage
trigger.model.setblock(blockNumber, trigger.BLOCK_MEASURE)
trigger.model.setblock(blockNumber, trigger.BLOCK_MEASURE, bufferName)
The sequence of the block in the trigger model
The name of the buffer, which must be an existing buffer; if no
buffer is defined,
is used
Details
When the trigger model reaches the measurement block:
1. The instrument makes a reading.
2. The trigger model waits for the measurement to complete.
3. The instrument places the measurement into the specified reading buffer. If no buffer is specified, the
reading is placed into the default buffer (defbuffer1).
If you are defining a specific reading buffer, you must create it before you define this block.
Example
trigger.model.setblock(4,
trigger.BLOCK_MEASURE)
Make a measurement when the trigger
model reaches block 4 and stores the
setting in
Also see
buffer.make() (on page 8-11)
Measure building block (on page 3-96)