4. Programming Interfaces
Giga-tronics 2400/2500 Microwave Synthesizer Series
56
Programming Manual, Part Number 34783, Rev A, July 2009
4.3.3.39
DLL Function; GT2400_GetListDataWithCorrection
GT2400_GetListDataWithCorrection
Purpose
Get the contents of the selected list from DLL allocated RAM into user application.
Syntax
STATUS
GT2400_GetListDataWithCorrection
(
const char
listPath[],
double
*stepTime,
double
*rfOffTime,
double
*syncOutDelay,
unsigned char
*syncInfo,
short
*attenSetting
double
*frequency,
double
*power,
double
*correction,
short
*pListLen)
Parameter
Description
listPath
Input: Complete path (path + list name) of the list whose content is requested.
stepTime
Output: Step time of all list points (in ms)
rfOffTime
Output: RF off time of all list points (in ms)
syncOutDelay
Output: Sync out delay (in ms)
syncInfo
Output: Sync out pulse information for every list pt
attenSetting
Output: The attenuation setting for the current list
frequency
Output: Array of frequencies in the list (in MHz)
power
Output: Array of power in the list (in dBm)
correction
Output: Array of correction in the list (in dBm)
pListLen
Output: Number of points in the list