19-210 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].stimulus
Replace N with the values 1-8
Attribute Selects which event will start the timer.
Default 0
TSP-Link
accessibility
This attribute can be accessed from a remote TSP-Link node.
Usage eventid = trigger.timer[n].stimulus -- Reads timer delay trigger event.
trigger.timer[n].stimulus = eventid -- Writes timer delay trigger event.
n Trigger timer number.
event_id Event that triggers the timer delay.
Remarks • This attribute selects which event starts the timer.
• Set this attribute to the event id of any trigger event to wait for that event.
• Use zero to disable event processing.
trigger.timer[N].wait
Replace N with the values 1-8
Attribute Wait for a timer trigger.
TSP-Link
accessibility
This attribute can be accessed from a remote TSP-Link node.
Usage triggered = trigger.timer[n].wait(timeout)
n Trigger timer number on which to wait.
timeout Maximum time (in seconds) to wait for the trigger.
triggered Trigger detection indicator.
Remarks • This function will wait for a timer trigger.
• If the timer generated one or more trigger event since the last time trigger.timer[n].wait
or trigger.timer[n].clear was called, this function will return immediately.
• After waiting for a trigger with this function, the event detector will be automatically reset and
rearmed. This is true regardless of the number of events detected.