8: TSP command reference Model 2450 Interactive SourceMeter® Instrument
8-218 2450-901-01 Rev. B/September 2013
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.
This command should not be used with the trigger model.
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 (assuming the delay list was
set to 50 µs, 100 µs, and 150 µs):
5.000000000e-05
1.000000000e-04
Also see
trigger.timer[N].reset() (on page 8-220)