Section 8: TSP command reference Model 2461 Interactive SourceMeter® Instrument Reference Manual8-304 2461-901-01 A/November 2015DetailsEach time the timer is triggered after it is enabled, it uses the next delay period from the array. Thedefault 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.Exampletrigger.timer[3].delaylist = {50e-6, 100e-6, 150e-6}DelayList = trigger.timer[3].delaylistfor x = 1, table.getn(DelayList) doprint(DelayList[x])endSet a delay list on trigger timer 3with three delays (50 μs, 100 μs,and 150 μs).Read the delay list on triggertimer 3.Output (assuming the delay list wasset to 50 μs, 100 μs, and 150 μs):5.000000000e-051.000000000e-041.500000000e-04Also seetrigger.timer[N].reset() (on page 8-305)trigger.timer[N].enableThis attribute enables the trigger timer.Type TSP-Link accessible Affected by Where saved Default valueAttribute (RW) Yes Restore configurationInstrument resetPower cycleTrigger timer N resetConfiguration script trigger.OFFUsagestate = trigger.timer[N].enabletrigger.timer[N].enable = statestate Disable the trigger timer: trigger.OFFEnable the trigger timer: trigger.ONN Trigger timer number (1 to 4)DetailsWhen this command is set to on, the timer performs the delay operation.When this command is set to off, there is no timer on the delay operation.You must enable a timer before it can use the delay settings or the alarm configuration. For expectedresults from the timer, it is best to disable the timer before changing a timer setting, such as delay orstart seconds.