RFmxVnaMX.CalibrationSave Method
- Updated2024-07-17
- 1 minute(s) read
RFmx
Computes error-correction terms and saves the calset in memory. Call this method after calibration data for all calibration steps have been acquired using CalibrationAcquire(String, Double) method. To perform another calibration after you call this method, you must call CalibrationInitiate(String) method again.
Computed error-correction terms will be saved to calset in memory for the signal specified in Selector String input. If you specify Calset Name, error-correction terms will also be saved to the specified calset and made available globally for use by all signals.
Computed error-correction terms will be saved to calset in memory for the signal specified in Selector String input. If you specify Calset Name, error-correction terms will also be saved to the specified calset and made available globally for use by all signals.
Namespace: NationalInstruments.RFmx.VnaMX
Assembly: NationalInstruments.RFmx.VnaMX.Fx40 (in NationalInstruments.RFmx.VnaMX.Fx40.dll) Version: 24.5.0.49286 (24.5.0.49286)
Syntax
public int CalibrationSave( string selectorString, string calsetName )
Public Function CalibrationSave ( selectorString As String, calsetName As String ) As Integer
Parameters
- selectorString String
- Pass an empty string. The signal name that is passed when creating the signal configuration is used.
- calsetName String
- Specifies the name of the calset.
Return Value
Int32Returns the status code of this method. The status code either indicates success or describes a warning condition.