4- 30 Keysight B2961A/B2962A SCPI Command Reference, Edition 6
Subsystem Commands
LXI Subsystem
Syntax :LXI:EVENt:INPut:LAN:REMove strLanEvent
Parameter strLanEvent LAN event name. String enclosed in quotes. Parameter data
type is SPD.
Example :LXI:EVEN:INP:LAN:REM “MyEvent”
:LXI:EVENt:INPut:LAN[:SET]:CONFigure
Configures the most common attributes of LXI LAN input events. The parameters
are also available from their corresponding commands. For more details on the
configurable parameters, refer to the individual SCPI commands below.
Syntax :LXI:EVENt:INPut:LAN[:SET]:CONFigure strLanEvent, enable, detection [,
delay], filter, identifier
Parameter strLanEvent LAN event name. String enclosed in quotes. Parameter data
type is SPD.
enable Status. 0|OFF|1|ON. Parameter data type is boolean.
detection Detection type. RISE|FALL|HIGH|LOW. Parameter data type is
CPD.
delay Delay, in seconds. Parameter data type is NRf.
filter Filter. String enclosed in quotes. You can use letters (A–Z, a–z),
numbers (0–9), and printable characters like "@", "%", "*", etc.
Parameter data type is SPD.
identifier Identifier. String of up to 16 characters enclosed in quotes. You
can use letters (A–Z, a–z), numbers (0–9), and printable
characters like "@", "%", "*", etc. Parameter data type is SPD.
RISE sets the instrument to trigger on the receipt of a signal LOW LAN event
followed by a signal HIGH LAN event (rising edge).
FALL sets the instrument to trigger on the receipt of a signal HIGH LAN event
followed by a signal LOW LAN event (falling edge).
HIGH sets the instrument to trigger on every signal HIGH LAN event.
LOW sets the instrument to trigger on every signal LOW LAN event.
Example :LXI:EVEN:INP:LAN:CONF “LAN0”,ON,”HIGH”,0,”ALL:5044”,”LAN0”