GetCorrectionInterpolationEnabled(string, out RFmxVnaMXCorrectionInterpolationEnabled)
- Mise à jour2025-10-13
- Temps de lecture : 1 minute(s)
Gets 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 GetCorrectionInterpolationEnabled(string selectorString, out RFmxVnaMXCorrectionInterpolationEnabled value)
Remarks
This method gets 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 | out RFmxVnaMXCorrectionInterpolationEnabled | Upon return, contains 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.