Interactive SourceMeter® Instrument Reference Manual Section 8: TSP command referenc
2450-901-01 Rev. B/September 2013 8-205
trigger.model.setblock() — trigger.BLOCK_DELAY_CONSTANT
This command adds a constant delay to the trigger model.
Type TSP-Link accessible Affected by Where saved Default value
Instrument reset
Power cycle
Usage
trigger.model.setblock(blockNumber, trigger.BLOCK_DELAY_CONSTANT, time)
The sequence of the block in the trigger model
The amount of time to delay in seconds
Details
When the trigger model reaches a delay building block, it stops operation for the amount of time set by the delay.
This delay is a fixed amount of time. 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