8: TSP command reference Model 2450 Interactive SourceMeter® Instrument
8-210 2450-901-01 Rev. B/September 2013
trigger.model.setblock() — trigger.BLOCK_NOP
This function creates a placeholder that performs no action in the trigger model.
Type TSP-Link accessible Affected by Where saved Default value
Instrument reset
Power cycle
Usage
trigger.model.setblock(blockNumber, trigger.BLOCK_NOP)
The sequence of the block in the trigger model
Details
If you remove a trigger model block, you can use this block as a placeholder for the block number so that you do
not need to renumber the other blocks.
Example
trigger.model.setblock(4, trigger.BLOCK_NOP)
Set block number 4 to be a no operation
block.
Also see
None