Trigger.model.setblock() - Trigger.block_Measure - Keithley DMM7510 Reference Manual

7 1/2 digit graphical sampling multimeter
Hide thumbs Also See for DMM7510:
Table of Contents

Advertisement

Model DMM7510 7½ Digit Graphical Sampling Multimeter Reference Manual
trigger.model.setblock() — trigger.BLOCK_MEASURE
This function defines a trigger block that makes a measurement.
Type
TSP-Link accessible
Function
Yes
Usage
trigger.model.setblock(blockNumber, trigger.BLOCK_MEASURE)
trigger.model.setblock(blockNumber, trigger.BLOCK_MEASURE, bufferName)
trigger.model.setblock(blockNumber, trigger.BLOCK_MEASURE, bufferName, count)
blockNumber
bufferName
count
Details
When trigger model execution reaches the block:
1. The instrument begins making a measurement.
2. The trigger model execution waits for the measurement to complete.
3. The instrument places the measurement into the specified reading buffer, which cannot be of the
writable buffer style.
If you are defining a user-defined reading buffer, you must create it before you define this block.
When you set the count to a finite value, trigger model execution remains at the block until all
measurements are complete. If you set the count to infinite, the trigger model executes subsequent
blocks and measurements continue in the background until the trigger model execution reaches
another measure block or until the trigger model ends.
You must select a measure function before running a trigger model that contains this block.
You cannot include a measure block and a digitize block in the same trigger model.
DMM7510-901-01 Rev. B / May 2015
Affected by
Restore configuration
Instrument reset
Power cycle
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,
defbuffer1 is used
The number of digitize readings to make before moving to the next block in the trigger
model; set to a specific value or infinite (trigger.COUNT_INFINITE) or stop infinite
(trigger.COUNT_STOP)
Section 8: TSP command reference
Where saved
Default value
Configuration script
Not applicable
8-321

Advertisement

Table of Contents
loading

Table of Contents