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

NameTypeDescription
selectorStringstring

Pass an empty string. The signal name that is passed when creating the signal configuration is used.

valueout 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.