104
Chapter 3
Measurement Synchronization with LXI-B
For More Information
For More Information
For more information on using LXI see the Agilent web site dedicated to
LXI instrumentation:
www.agilent.com/find/lxi
Agilent LXI Application Notes:
Using LXI to go beyond GPIB, PXI and VXI (AN 1465-20)
10 Good Reasons to Switch to LXI (AN 1465-21)
Transitioning from GPIB to LXI (AN 1465-22)
29. Configure the
MXA’s alarm
:TRIGger:LXI:ALARm:PERiod
“ALARM0”,1.0
:TRIGger:LXI:ALARm:REPeat
“ALARM0”,5
:TRIGger:LXI:ALARm:TIME
“ALARM0”,<startTime>,0.5
:TRIGger:LXI:ALARM:ENABled
“ALARM0”,1
These commands are
sent to the MXA.
The repeat parameter
should match the
number of frequencies
in the list.
The first alarm will
fire 0.5 seconds after
the MXG’s.
A new alarm will fire
every second.
30. Wait for the
“OperationComplete”
instrument event
Detect the peer to peer traffic
using Interactive LXI. To
programmatically listen for LXI
peer to peer messages, use the
IOLibraries TMFramework LXI
library.
When the MXA has
completed its list, it
will send the peer to
peer message
“OperationComplete”
with a rising edge.
33. Read measurement
results.
:FETCH:LIST?
This query is sent to
the MXA.