2600AS-901-01 Rev. B / September 2008
Return to
19-205
Series 2600A System SourceMeter® Instruments Reference Manual
Section 19: Remote Commands
trigger
Use the functions and attributes to control specific trigger objects.
trigger.blender[N
]
trigger.blender[N].clear
Replace N with the values 1-4
Function
Clears the blender event detector and overrun indicator.
TSP-Link
accessibility
This function can be accessed from a remote TSP-Link node.
Usage
trigger.blender[n].clear()
n
Blender number.
Remarks
• This function will set the blender event detector to the undetected state and will reset the event
detector's overrun indicator.
trigger.blender[N].EVENT_ID
Replace N with the values 1-4
Attribute
The trigger blender event number.
TSP-Link
accessibility
This attribute can be accessed from a remote TSP-Link node.
Usage
event_id = trigger.blender[n].EVENT_ID
event_id
Trigger event number.
n
Blender number.
Remarks
• Set the stimulus of any trigger event detector to the value of this constant to have it respond to
trigger events from this trigger blender.
trigger.blender[N].orenable
Replace N with the values 1-4
Attribute
Selects whether the blender operates in OR-mode or AND-mode.
Default
false
TSP-Link
accessibility
This attribute can be accessed from a remote TSP-Link node.
Usage
orenable = trigger.blender[n].orenable
-- Reads blender mode.
trigger.blender[n].orenable = orenable
-- Writes blender mode.
n
Blender number.
orenable
OR enable selection.
Remarks
• This attribute selects whether the blender will wait for any one event (the “OR” mode) or will wait
for all selected events (the “AND” mode) before signaling an output event.
• Set this attribute to
true
for OR-mode. Set it to
false
for AND-mode.