![Tektronix Keithley SourceMeter 2470 Reference Manual Download Page 885](http://html1.mh-extra.com/html/tektronix/keithley-sourcemeter-2470/keithley-sourcemeter-2470_reference-manual_1078034885.webp)
2470 High Voltage SourceMeter Instrument Reference Manual
Section 14: TSP command reference
2470-901-01 Rev. A /
May
2019
14-245
Reset the instrument.
Set the function to measure DC voltage.
Set block 1 to clear
defbuffer1
.
Set block 2 to set a delay of
0
.
Set block 3 to make measurements infinitely.
Set block 4 to wait until the front-panel TRIGGER key is pressed.
Set block 5 to stop making measurements.
Set block 6 to send a notification.
Start the trigger model.
You must press the front-panel TRIGGER key to stop measurements.
Output the number of readings.
Also see
(on page 14-12)
(on page 8-28)
trigger.model.setblock() — trigger.BLOCK_NOP
This function creates a placeholder that performs no action in the trigger model; available only using remote
commands.
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_NOP)
blockNumber
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