4. Programming Interfaces
Giga-tronics 2400/2500 Microwave Synthesizer Series
50
Programming Manual, Part Number 34783, Rev A, July 2009
4.3.3.33
DLL Function; GT2400_GetListDataLimit
GT2400_GetListDataLimit
Purpose
Get the list data limits of the instrument.
Syntax
STATUS
GT2400_GetListDataLimit
(
const unsigned long
instrumentHandle,
short
*pMaxListPts,
double
*pMinStepTime,
double
*pMaxStepTime,
double
*pMinRFOffTime,
double
*pMaxRFOffTime,
double
*pMinSyncOutDelay,
double
*pMaxSyncOutDelay)
Parameter
Description
instrumentHandle
Input: The unique identification of the instrument.
pMaxListPts
Output: Maximum number of list points
pMinStepTime
Output: Minimum list step time (in ms)
pMaxStepTime
Output: Maximum list step time (in ms)
pMinRFOffTime
Output: Minimum list RF off time (in ms)
pMaxRFOffTime
Output: Maximum list RF off time (in ms)
pMinSyncOutDelay
Output: Minimum list sync out delay (in ms)
pMaxSyncOutDelay Output: Maximum list sync out delay (in ms)