EasyManua.ls Logo

Focus Microwaves ituner - Getnbcalibrations Method; Getcalibrationinfo Method

Default Icon
73 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
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)

Table of Contents