Model 2601B-PULSE System SourceMeter Instrument Reference Manual Section 11: TSP command reference
2601B-PULSE-901-01A April 2020 11-359
trigger.timer[N].delaylist
This attribute sets an array of timer intervals.
Instrument reset
Recall setup
Trigger timer N reset
Usage
intervals = trigger.timer[N].delaylist
trigger.timer[N].delaylist = intervals
Table of delay intervals in seconds
Trigger timer number (1 to 8)
Details
Each time the timer is triggered after it is enabled, it uses the next delay period from the array. The
default value is an array with one value of 10 µs.
After all elements in the array have been used, the delays restart at the beginning of the list.
If the array contains more than one element, the average of the delay intervals in the list must be
 50 µs.
Example
trigger.timer[3].delaylist = {50e-6, 100e-6, 150e-6}
DelayList = trigger.timer[3].delaylist
for x = 1, table.getn(DelayList) do
print(DelayList[x])
end
Set a delay list on trigger timer 3 with three delays (50 µs, 100 µs, and 150 µs).
Read the delay list on trigger timer 3.
Output:
5e-05
0.0001
0.00015
Also see
trigger.timer[N].reset() (on page 11-361)