iTuner Manual
52
5.5.7
GetNbCalibrations Method
Method:
GetNbCalibrations (NbCalibrations)
Parameter:
NbCalibrations [out]
The number of available calibrations in the
tuner
Return value:
Result value of command (see command description in chapter 4)
Remarks:
GetNbCalibrations encapsulates the ‘_DIR_CAL’ command.
GetNbCalibrations returns the number of calibrations uploaded to the tuner.
Examples:
iTuner.GetNbCalibrations(&nbCals)
5.5.8
GetCalibrationInfo Method
Method:
GetCalibrationInfo (calIdx, calId, F0GHz)
Parameter:
calIdx [in]
calId [out]
F0GHz [out]
0-based index of the calibration
Calibration unique ID
The Fo frequency of the calibration in
GHz
Return value:
Result value of command (see command description in chapter 4)
Remarks:
GetCalibrationInfo encapsulates the ‘_DIR_CAL’ command and returns the
information for the specified calibration index.
Examples:
for(int i = 0; i<NbCalibrations; i++)
iTuner.GetCalibrationInfo(calIdx, &calId, &F0GHz)