RfsgSelfCalibration Class
- Updated2025-10-14
- 1 minute(s) read
Provides the methods and properties to perform self-calibration and to query data related to self-calibration.
Derives from
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsg
public class RfsgSelfCalibration : RfsgSubObject
Remarks
For more information, refer to the NI-RFSG Instrument Driver Programming Flow topic in the NI RF Signal Generators Help.
Properties
| Name | Description |
|---|---|
| LastSelfCalibrationTemperature | Gets the temperature of the device at the time of the last self-calibration. |
Methods
| Name | Description |
|---|---|
| AlignLODaisyChain5840(bool, string, string, RfsgRFPortType[], double, double) | Performs an external LO alignment by adjusting the LOInPower (dBm) property settings for optimal use with the PXIe-5653. |
| ClearSelfCalibrateRange() | Clears the data obtained from SelfCalibrateRange. |
| GetSelfCalibrationLastDateAndTime(RfsgDeviceModule) | Returns the date and time of the last successful self-calibration. |
| GetSelfCalibrationTemperature(RfsgDeviceModule) | Returns the temperature, in degrees Celsius, of the device at the last successful self-calibration. |
| SelfCalibrate() | Performs an internal self-calibration on the device and associated modules that support self-calibration. |
| SelfCalibrateRange(RfsgSelfCalibrationSteps, double, double, double, double) | Performs a self-calibration on the configurations within the specified frequency and peak power level limits. |