Keysight B2961A/B2962A SCPI Command Reference, Edition 6 4- 47
Subsystem Commands
LXI Subsystem
:TRIGger:LXI:LAN[:SET]:DELay
Optional command. <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 :TRIGger:LXI:LAN[:SET]:DELay delay
:TRIGger:LXI:LAN[:SET]:DELay?
Parameter delay Delay, in seconds. Parameter data type is NRf.
Query response delay <newline>
delay returns the delay, in seconds. Response data type is NR3.
Example :TRIG:LXI:LAN:DEL 10.0
:TRIG:LXI:LAN:DEL?
:TRIGger:LXI:LAN[:SET]:DETection
Specifies the behavior of the trigger signal.
Syntax :TRIGger:LXI:LAN[:SET]:DETection strLanEvent, detection
:TRIGger:LXI: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).
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.