4. Programming Interfaces
Giga-tronics 2400/2500 Microwave Synthesizer Series
36
Programming Manual, Part Number 34783, Rev A, July 2009
4.3.3.19
DLL Function; GT2400_GetCWDataLimit
GT2400_GetCWDataLimit
Purpose
Get the CW data limits of the instrument.
Syntax
STATUS
GT2400_GetCWDataLimit
(
const unsigned long
instrumentHandle,
double
*pMinFrequency,
double
*pMaxFrequency,
double
*pMinPower,
double
*pMaxPower)
Parameter
Description
instrumentHandle Input: The unique identification of the instrument
pMinFrequency
Output: Minimum frequency allowed (in MHz)
pMaxFrequency
Output: Maximum frequency allowed (in MHz)
pMinPower
Output: Minimum power allowed (in dBm)
pMaxPower
Output: Maximum power allowed (in dBm)