Models 707B and 708B Switching Matrix Reference Manual
Section 7: Command reference
707B-901-01 Rev. A / August 2010
7-157
scan.trigger.channel.stimulus
This attribute determines which trigger events cause the channel actions to occur.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Attribute (RW) Yes
System reset
Scan reset
Create configuration
script
scan.trigger.EVENT_CHANNEL_READY
Usage
eventID = scan.trigger.channel.stimulus
scan.trigger.channel.stimulus = eventID
eventID
Trigger stimulus used for the channel action; see Details for possible trigger event
IDs
Details
This attribute selects which events cause the channel event detector to enter the detected state. Set this attribute
to
0
to start the channel action immediately.
The
eventID
parameter may be one of the following trigger event IDs:
•
digio.trigger[N].EVENT_ID
: An edge (either rising, falling, or either based on the configuration of
the line) on the digital input line
•
display.trigger.EVENT_ID
: The trigger key on the front panel is pressed
•
trigger.EVENT_ID
: A
*trg
message on the active command interface; if GPIB is the active
command interface, a
GET
message will also generate this event
•
trigger.blender[N].EVENT_ID
: A combination of configured events has occurred
•
trigger.timer[N].EVENT_ID
: A delay expired
•
tsplink.trigger[N].EVENT_ID
: An edge (either rising, falling, or both, depending upon the
configuration of the line) on the tsplink trigger line
•
•
lan.trigger[N].EVENT_ID
: Event identifier used to route the LAN trigger to other subsystems
(using stimulus properties)
•
scan.trigger.EVENT_SCAN_START
: Scan start event
•
scan.trigger.EVENT_CHANNEL_READY
: Channel ready event
•
scan.trigger.EVENT_SCAN_COMP
: Scan complete event
•
scan.trigger.EVENT_IDLE
: Idle event
NOTE
Use one of the existing trigger event IDs (for example,
digio.trigger[N].EVENT_ID
) to set the
stimulus value rather than the numeric value. Doing this will make the code compatible when
enhancements are added to the instrument.