2470 High Voltage SourceMeter Instrument Reference Manual
Section 14: TSP command reference
2470-901-01 Rev. A /
May
2019
14-193
trigger.blender[N].clear()
This function clears the blender event detector and resets the overrun indicator of blender
N
.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Function
Yes
Usage
trigger.blender[
N
].clear()
N
The blender number (up to two)
Details
This command sets the blender event detector to the undetected state and resets the overrun
indicator of the event detector.
Example
trigger.blender[2].clear()
Clears the event detector for blender 2.
Also see
None
trigger.blender[N].orenable
This attribute selects whether the blender performs OR operations or AND operations.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Attribute (RW)
Yes
Restore configuration
Instrument reset
Power cycle
Trigger blender N reset
Configuration script
false (AND)
Usage
orenable
= trigger.blender[
N
].orenable
trigger.blender[
N
].orenable =
orenable
orenable
The type of operation:
true
: OR operation
false
: AND operation
N
The blender number (up to two)
Details
This command selects whether the blender waits for any one event (
OR
) or waits for all selected
events (
AND
) before signaling an output event.