19-206
Return to
2600AS-901-01 Rev. B / September 2008
Section 19: Remote Commands
Series 2600A System SourceMeter® Instruments Reference Manual
trigger.blender[N].overrun
Replace N with the values 1-4
Attribute
Indicates whether an event was ignored because of the event detector state.
TSP-Link
accessibility
This attribute can be accessed from a remote TSP-Link node.
Usage
overrun = trigger.blender[n].overrun
n
Event blender number.
overrun
Trigger overrun state.
Remarks
• A read-only attribute that indicates if an event was ignored because the event detector was
already in the detected state when the event occurred.
• This is an indication of the state of the event detector built into the event blender itself.
• It does not indicate if an overrun occurred in any other part of the trigger model or in any other
trigger object that is monitoring the event. It also is not an indication of an action overrun.
trigger.blender[N].stimulus[M]
Replace N with the values 1-4
Replace M with the values 1-4
Attribute
Selects which events will trigger the blender.
Default
0
TSP-Link
accessibility
This attribute can be accessed from a remote TSP-Link node.
Usage
eventid = trigger.blender[n].stimulus[m]
-- Reads blender trigger.
trigger.blender[n].stimulus[m] = eventid
-- Writes blender trigger.
n
Event blender number.
m
Trigger stimulus number.
eventid
Event that triggers the blender action.
Remarks
• There are 4 acceptors that can each select a different event.
eventid
can be the event ID of
any trigger event.
• Use zero to disable the blender input.
trigger.blender[N].wait
Replace N with the values 1-4
Attribute
Waits for an event blender trigger.
TSP-Link
accessibility
This attribute can be accessed from a remote TSP-Link node.
Usage
triggered = trigger.blender[n].wait(timeout)
n
Event blender number on which to wait.
timeout
Maximum amount of time in seconds to wait for the trigger.
triggered
Trigger detection indicator.
Remarks
• This function will wait for a an event blender trigger.
• If one or more trigger events were generated by the blender since the last time
trigger.blender[n].wait
or
trigger.blender[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.