![Keithley 707B Скачать руководство пользователя страница 373](http://html.mh-extra.com/html/keithley/707b/707b_reference-manual_661685373.webp)
Section 7: Command reference
Models 707B and 708B Switching Matrix Reference Manual
7-120
707B-901-01 Rev. A / August 2010
Details
This attribute controls the mode in which the trigger event detector and the output trigger generator operate on
the given trigger. These settings are intended to provide behavior similar to the digital I/O triggers.
mode
settings
Full
Number
Trigger packets detected as input
LAN trigger packet
generated for output
with a…
lan.TRIG_EITHER
0
Rising or falling edge (positive or
negative state)
negative state
lan.TRIG_FALLING
1
Falling edge (negative state) negative
state
lan.TRIG_RISING
2
Rising edge (positive state) positive
state
lan.TRIG_RISINGA
3
Rising edge (positive state) positive
state
lan.TRIG_RISINGM
4
Rising edge (positive state) positive
state
lan.TRIG_SYNCHRONOUS
5
Falling edge (negative state) positive
state
lan.TRIG_SYNCHRONOUSA
6
Falling edge (negative state) positive
state
lan.TRIG_SYNCHRONOUSM
7
Rising edge (positive state) negative
state
Details
lan.TRIG_RISING
and
lan.TRIG_RISINGA
are the same.
lan.TRIG_RISING
and
lan.TRIG_RISINGM
are the same.
lan.TRIG_SYNCHRONOUS
is provided for compatibility with the digital I/O and TSP-Link triggering on older
firmware. Use of
lan.TRIG_SYNCHRONOUSA
or
lan.TRIG_SYNCHRONOUSM
(instead of
lan.TRIG_SYNCHRONOUS
) is preferred.
Example
print(lan.trigger[1].mode)
Returns the present LAN trigger mode of LAN
event 1.
Also see
digio functions and attributes
tsplink functions and attributes
(on page 5-16)