User`s guide

Agilent E6432A Microwave Synthesizer Users Guide 4-147
HPE6432_RunList
ViStatus HPE6432_RunList (ViSession instrumentHandle,
ViUInt32 startingPoint, ViUInt32 numberOfPoints, ViUInt32
featureBits);V
Purpose
This function specifies and starts running a list that is currently stored
in the synthesizer list point memory.
A List is defined as one or more points that can be stored in the
synthesizer’s List Point Memory. The synthesizer’s list point memory
can hold 131,071 points (with a range of 0 to 131,070) and can be
broken up into different size lists; although there can be multiple lists
stored in list point memory, only one list can be run at a given time.
Each list is delimited by two parameters that specify its Starting Point
and its Number of Points (length).
Parameter List
instrumentHandle
Variable Type ViSession
This is the ViSession handle that is obtained from the Initialize
function. The instrumentHandle identifies a particular instrument
session.
startingPoint
Variable Type ViUInt32
This parameter specifies the first point in list point memory to be used
as the current list being run.
Valid range: 0 to (131,070 - Number_of_Points)
numberOfPoints
Variable Type ViUInt32
This parameter specified the number of points in list point memory to
run.
Valid range: 1 to 131,071