GetCorrectionPortSubsetEnabled(string, out RFmxVnaMXCorrectionPortSubsetEnabled)
- Updated2025-10-13
- 1 minute(s) read
Gets whether correction enabled for a subset of ports for which calibration data is avaialble in the calset. This property is used only when you set the CorrectionEnabled property to True.
Syntax
Namespace: NationalInstruments.RFmx.VnaMX
public int GetCorrectionPortSubsetEnabled(string selectorString, out RFmxVnaMXCorrectionPortSubsetEnabled value)
Remarks
This method gets the value of CorrectionPortSubsetEnabled attribute.The default value is RFMXVNA_VAL_False.
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 RFmxVnaMXCorrectionPortSubsetEnabled | Upon return, contains whether to enable correction for a subset of set of ports for which calibration data is avaialble. |
Returns
Returns the status code of this method. The status code either indicates success or describes a warning condition.