Section 7: TSP command reference
Models 707B and 708B Switching Matrix Reference Manual
7-112
707B-901-01 Rev. B / January 2015
Example
lan.trigger[3].protocol = lan.TCP
lan.trigger[3].ipaddress = "192.168.1.100"
lan.trigger[3].connect()
Set the protocol for LAN trigger 3 to be
lan.TCP
when sending LAN triggers.
Use IP address
"192.168.1.100"
to
connect the LAN trigger.
Also see
(on page 7-109)
lan.trigger[N].mode
This attribute sets the trigger operation and detection mode of the specified LAN event.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Attribute (RW)
Yes
Instrument reset
LAN trigger N reset
Recall setup
Create configuration script
0 (lan.TRIG_EITHER)
Usage
mode
= lan.trigger[
N
].mode
lan.trigger[
N
].mode =
mode
mode
A number representing the trigger mode (0 to 7); see the
Details
section for
more information
N
A number representing the LAN event number (1 to 8)
Details
This command controls how 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.
LAN trigger mode values
Mode
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