Keysight B2961A/B2962A SCPI Command Reference, Edition 6 4- 31
Subsystem Commands
LXI Subsystem
:LXI:EVENt:INPut:LAN[:SET]:DELay
The delay is optional. <delay> is a double representing the delay, in seconds. Any
<delay> value other than 0.0 is changed to 0 (zero) and a warning is inserted into the
SCPI error queue.
NOTE This implementation assumes that there is no Precision Time Protocol (PTP)
implementation on the instrument. Delay requires PTP, so without it the delay must
be zero.
Syntax :LXI:EVENt:INPut:LAN[:SET]:DELay strLanEvent, delay
:LXI:EVENt:INPut:LAN[:SET]:DELay? strLanEvent
Parameter strLanEvent LAN event name. String enclosed in quotes. Parameter data
type is SPD.
delay Delay, in seconds. Parameter data type is NRf.
Query response delay <newline>
delay returns the delay, in seconds, for the specified LAN trigger event. Response
data type is NR3.
Example :LXI:EVEN:INP:LAN:DEL “LAN0”,10.0
:LXI:EVEN:INP:LAN:DEL? “LAN0”
:LXI:EVENt:INPut:LAN[:SET]:DETection
Specifies the trigger detection method and polarity for the input event.
Syntax :LXI:EVENt:INPut:LAN[:SET]:DETection strLanEvent, detection
:LXI:EVENt:INPut:LAN[:SET]:DETection? strLanEvent
Parameter strLanEvent LAN event name. String enclosed in quotes. Parameter data
type is SPD.
detection Detection type. RISE (default)|FALL|HIGH|LOW. Parameter
data type is CPD.
RISE sets the instrument to trigger on the receipt of a signal LOW LAN event
followed by a signal HIGH LAN event (rising edge).