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