![Keithley DMM7510 Скачать руководство пользователя страница 928](http://html2.mh-extra.com/html/keithley/dmm7510/dmm7510_reference-manual_4027507928.webp)
Model DMM7510 7½ Digit Graphical Sampling Multimeter Reference Manual
Section 8: TSP command reference
DMM7510-901-01 Rev. B / May 2015
8-315
trigger.model.setblock() — trigger.BLOCK_DELAY_CONSTANT
This function adds a constant delay to the trigger model.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Function
Yes
Restore configuration
Instrument reset
Power cycle
Configuration script
Not applicable
Usage
trigger.model.setblock(
blockNumber
, trigger.BLOCK_DELAY_CONSTANT,
time
)
blockNumber
The sequence of the block in the trigger model
time
The amount of time to delay in seconds (167 ns to 10 ks, or 0 for no delay)
Details
When trigger model execution reaches a delay block, it stops normal measurement and trigger model
operation for the amount of time set by the delay. Background measurements continue to be made,
and if any previously executed block started infinite measurements, they also continue to be made.
This delay waits for the set amount of delay time to elapse before proceeding to the next block in the
trigger model.
If other delays have been set, this delay is in addition to the other delays.
Example
trigger.model.setblock(7, trigger.BLOCK_DELAY_CONSTANT, 30e-3)
Configure trigger block 7 to delay the trigger model before the next block until a delay of 30 ms elapses.
Also see
None