Save Multiple Calibration ID for RFmx Noise Figure Measurements

Updated Dec 20, 2023

Environment

Hardware

  • PXIe-5840
  • PXIe-5841
  • PXIe-5831
  • PXIe-5832
  • PXIe-5668

Software

  • RFmx SpecAn
  • RFmx Noise Figure

Driver

  • NI-RFSA

Operating System

  • Windows

Programming Language

  • LabVIEW G

For Noise Figure measurements, the user may need to perform and store calibration setup for various hardware setups. This article discusses how to perform multiple calibrations and save each calibration setup with a unique string identifier using RFmx Noise Figure.
The article assumes familiarity with LabVIEW and the user has installed RFmx SpecAn already.

RFmx NF allows users to associate a unique string identifier with the hardware setup used to perform calibration for NF measurement. Thus, the user can perform calibration for multiple setups and assign a unique identifier for each setup. Below user can find steps to add identifier string in RFmx NF example vi.

1. In LabVIEW, go to Help >> Find Examples.
2. In NI Example Finder browse to folder Hardware Input and Output >> Modular Instruments >> NI-RFmx >> SpecAn.
3. Open RFmxSpecAn NF Y-Factor (Advanced).vi.
4. In the block diagram, add property NF Cal Setup ID as shown in the image below. Create string control for the input terminal of the property node.

image.png

5. Go to File >> Save As. In the dialogue box, select Substitute copy for original. Save the vi in the desired location.
 

By implementing above changes users can now perform multiple calibration and store calibration information for each setup with unique string identifier.