4- 42 Keysight B2961A/B2962A SCPI Command Reference, Edition 6
Subsystem Commands
LXI Subsystem
Syntax :LXI:EVENt[:OUTPut]:LAN[:SET]:ENABle strLanEvent, status
:LXI:EVENt[:OUTPut]:LAN[:SET]:ENABle? strLanEvent
Parameter strLanEvent LAN event name. String enclosed in quotes. Parameter data
type is SPD.
status LXI LAN output event status. 0|OFF (default)|1|ON. Parameter
data type is boolean.
Query response status <newline>
status returns an integer (0 or 1) as the state of the specified output event. Response
data type is boolean.
Example :LXI:EVEN:LAN:ENAB “LAN0”,ON
:LXI:EVEN:LAN:ENAB? “LAN0”
:LXI:EVENt[:OUTPut]:LAN[:SET]:IDENtifier
Specifies the custom string that will be transmitted as part of the output event.
Syntax :LXI:EVENt[:OUTPut]:LAN[:SET]:IDENtifier strLanEvent, strCustomId
:LXI:EVENt[:OUTPut]:LAN[:SET]:IDENtifier? strLanEvent
Parameter strLanEvent LAN event name. String enclosed in quotes. Parameter data
type is SPD.
strCustomId 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.
Query response strCustomId <newline>
strCustomId returns a string with the identifier assigned to the specified LXI LAN
output event. Response data type is SRD.
Example :LXI:EVEN:LAN:IDEN “LAN0”,”MyEvent”
:LXI:EVEN:LAN:IDEN? “LAN0”