Section 7: TSP command reference
Models 707B and 708B Switching Matrix Reference Manual
7-202
707B-901-01 Rev. B / January 2015
Details
Set the stimulus of any trigger object to the value of this constant to have the trigger object respond to
trigger events from this trigger blender.
Example
digio.trigger[1].stimulus = trigger.blender[2].EVENT_ID
Set the trigger stimulus of
digital I/O trigger 1 to be
controlled by the trigger
blender 2 event.
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
Instrument reset
Trigger blender N reset
Recall setup
Create configuration script
false (AND mode)
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 (1 or 2)
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.
Example
trigger.blender[1].orenable = true
trigger.blender[1].stimulus[1] = digio.trigger[3].EVENT_ID
trigger.blender[1].stimulus[2] = digio.trigger[5].EVENT_ID
Generate a trigger blender 1
event when a digital I/O
trigger happens on line 3 or
5.
Also see
(on page 7-203)