19-208 Return to Section Topics 2600AS-901-01 Rev. B / September 2008
Section 19: Remote Commands Series 2600A System SourceMeter® Instruments Reference Manual
trigger.timer[N].count
Replace N with the values 1-8
Attribute Sets the number of times the timer will trigger an event.
Default 1
TSP-Link
accessibility
This attribute can be accessed from a remote TSP-Link node.
Usage count = trigger.timer[n].count -- Reads trigger count.
trigger.timer[n].count = count -- Writes trigger count.
n Trigger timer number.
count Repeat trigger count.
Remarks • This attribute sets the number of times the timer will generate a trigger event.
• If this attribute is set greater than 1, the timer will automatically start the next delay at expiration
of a previous delay.
• This attribute will generate the set number of trigger events each time it is triggered.
trigger.timer[N].delay
Replace N with the values 1-8
Attribute Sets and reads the timer delay.
Default 10e-6
TSP-Link
accessibility
This attribute can be accessed from a remote TSP-Link node.
Usage interval = trigger.timer[n].delay -- Reads timer delay.
trigger.timer[n].delay = interval -- Writes timer delay.
n Trigger timer number.
interval Delay interval (in seconds).
Remarks • This attribute sets a fixed timer delay. Each time the timer is triggered it will use this delay period.
• Assigning a value to this attribute is equivalent to:
trigger.timer[n].delaylist = {interval}
This creates a delay list of one value.
• Reading this attribute returns the delay interval that will be used the next time the timer is
triggered.
trigger.timer[N].delaylist
Replace N with the values 1-8
Attribute Stores the timer delays in an array.
Default {10e-6}
TSP-Link
accessibility
This attribute can be accessed from a remote TSP-Link node.
Usage intervals = trigger.timer[n].delaylist
trigger.timer[n].delaylist = intervals
n Trigger timer number.
intervals Table of delay intervals (in seconds).
Remarks • Each time the timer is triggered it will use the next delay period in the array.
• After all elements in the array have been used, the delays will restart at the beginning of the list.