M9393A List Mode; List Mode Set Up - Keysight Technologies M9393A Programming Manual

Pxie performance vector signal analyzer
Hide thumbs Also See for M9393A:
Table of Contents

Advertisement

M9393A List Mode

Use the "List" Mode to record a set of IVI commands that can be quickly executed
on the M9393A hardware. In the List Mode, IVI commands are recorded as a binary
stream and are played back using the FPGA component of the M9214A PXIe
Digitizer. Thus, the execution speed for such a binary stream is much faster than if
the commands were to be executed sequentially by the host controller.
List Mode is useful in automated manufacturing situations where making high
speed signal acquisitions with accurate timing is important to reduce test times for
a device under test (DUT). By reducing the test times, increased production
throughput is achieved.

List Mode Set Up

Using IVI methods and properties, you can create and play one or more named List
that can be cataloged in the M9393A driver. A List executes a predefined set of
Acquisitions, each of which starts with the specified
specific configurations, such as sample rate, offset, and frequency. There are
several different
list mode, there is another acquisition trigger mode called
Scheduler makes it possible to make a series of acquisitions with accurate timing
using the internal timer. The List can also generate outgoing triggers. Using proper
acquisition triggers and outgoing triggers, the List can interact with DUT and other
external equipment as well as control the timing of acquisitions autonomously with
the internal timer. This enables you to perform complicated test sequences.
Perform the following steps:
Keysight M9393A PXIe Performance Vector Signal Analyzer
Acquisition Triggers
Define a named List with
1.
In between
2.
List.Create
Steps with
List.Entry.Add
In each Entry, use the
3.
acquisition is to be made, just as you do outside the List. In the List, these
three modes are allowed: IQAcquisition, SpectrumAcquisition, and
PowerAcquisition.
Call
4.
List.Acquisition.Add
be called only once for an entry because each entry has to define one and
only one acquisition.
Add other methods and properties to configure an entry, as required.
5.
Properties undefined in an "Entry" will hold the same values as those
from the preceding Entry, or from the start of the list definition if they
are not defined in any of the preceding Entries.
To specify how the List advances from one entry to the other, use
6.
Acquisition Trigger
Once an acquisition is finished in an entry, the List makes any changes
. Besides all the triggers available in the non-
and
List.Create
and
, define one or more entries or
List.End
and
List.Entry.End
attribute to specify what kind of
AcquisitionMode
to define an acquisition. This method must
.
Acquisition Mode
and with the
Scheduler
. The
.
List.End
.
60

Advertisement

Table of Contents
loading

Table of Contents