Model 2606B System SourceMeter® Instrument Reference Manual
trigger.timer[N].delaylist
This attribute sets an array of timer intervals.
Type
TSP-Link accessible
Attribute (RW)
Yes
Usage
intervals = trigger.timer[N].delaylist
trigger.timer[N].delaylist = intervals
intervals
N
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()
2606B-901-01 Rev. C November 2021
Affected by
Instrument reset
Recall setup
Trigger timer N reset
Table of delay intervals in seconds
Trigger timer number (1 to 8)
(on page 15-373)
Section 15: TSP command reference
Where saved
Default value
Not saved
10e-6 (10 µs)
15-371
Need help?
Do you have a question about the KEITHLEY SourceMeter 2606B and is the answer not in the manual?