SetCorrectionInterpolationEnabled(string, RFmxVnaMXCorrectionInterpolationEnabled)
- Updated2025-10-13
- 1 minute(s) read
Sets whether to enable interpolation of error terms for corrected VNA measurement. This method is used only when you set the CorrectionEnabled method to True.
Syntax
Namespace: NationalInstruments.RFmx.VnaMX
public int SetCorrectionInterpolationEnabled(string selectorString, RFmxVnaMXCorrectionInterpolationEnabled value)
Remarks
This method sets the value of CorrectionInterpolationEnabled attribute.The default value is True.
Parameters
| Name | Type | Description |
|---|---|---|
| selectorString | string | Pass an empty string. The signal name that is passed when creating the signal configuration is used. |
| value | RFmxVnaMXCorrectionInterpolationEnabled | Specifies whether to enable interpolation of error terms for corrected VNA measurement. This method is used only when you set the CorrectionEnabled method to True. |
Returns
Returns the status code of this method. The status code either indicates success or describes a warning condition.