RF Measurement Devices

cancel
Showing results for 
Search instead for 
Did you mean: 

C function for calibration is not update as state in NI RF Signal Generator Help

Ni-RFSG C function reference for Calibration category is not up to date. For example, there are two calibration functions available in niRFSG.h file only but more calibration functions have shown in NI RF Signal Generator Help file.

 

I need the updated niRFSG.h file. So that, I can use the C++/CLI to wrap up the functions.

 

Thanks.

0 Kudos
Message 1 of 4
(3,648 Views)

Hi Meister87,

 

Are you referring to these functions?

  • niRFSG_GetSelfCalibrationDateAndTime
  • niRFSG_GetSelfCalibrationTemperature
  • niRFSG_GetExternalCalibrationLastDateAndTime
  • niRFSG_ChangeExternalCalibrationPassword

These are located in the niRFSG.h file in the "Utililty Functions" section (as opposed to the "Calibration Functions" section which has only niRFSG_SelfCal and niRFSG_SelfCalibrateRange like you mentioned). Are you referring to moving these functions from the Utility section to the Calibration section? 

 

Also, which version of RFSG are you using? I just did this check on RFSG 15.0.2

Xavier
0 Kudos
Message 2 of 4
(3,605 Views)

Hi Xavier,

 

I am referring to the following function (From LabView reference):

- niRFSG 5696 Attenuator Path Cal Initialize

- niRFSG 5696 Attenuator Path Cal Configure

- niRFSG 5696 Attenuator Path Cal Adjust

- niRFSG 5696 Attenuator Cal Initialize

- niRFSG 5696 Attenuator Cal Configure

- niRFSG 5696 Attenuator Cal Adjust

- niRFSG 5696 Amplifier Cal Initialize

- niRFSG 5696 Amplifier Cal Configure

- niRFSG 5696 ALC Cal Initialize

- niRFSG 5696 ALC Cal Configure

- niRFSG 5696 ALC Cal Adjust

 

But I need this in C reference.

 

The RFSG using is Version 15.0.2.

 

Thanks.

0 Kudos
Message 3 of 4
(3,594 Views)

Those functions are not supported in C.  Most RFSG devices support 3rd party calibration in LabVIEW only.  You need to use LabVIEW to calibrate the 5696.

 

Customers typically use cal exec, rather than creating their own calibration software.

0 Kudos
Message 4 of 4
(3,589 Views)