RFmx VNA DotNET

Table of Contents

RFmxVnaMX.ConfigureCorrectionPortSubset Method

  • Updated2024-07-17
  • 1 minute(s) read
RFmxVnaMX.ConfigureCorrectionPortSubset Method

RFmxVnaMXConfigureCorrectionPortSubset Method

Configures the subset of ports to be corrected when RFMXVNA_ATTR_CORRECTION_PORT_SUBSET_ENABLED method is set to RFMXVNA_VAL_True.

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 ConfigureCorrectionPortSubset(
	string selectorString,
	string[] portSubset
)
Public Function ConfigureCorrectionPortSubset ( 
	selectorString As String,
	portSubset As String()
) As Integer

Parameters

selectorString  String
Pass an empty string. The signal name that is passed when creating the signal configuration is used.
portSubset  String
Specifies subset of ports to be corrected as an array of port names.

Return Value

Int32
Returns the status code of this method. The status code either indicates success or describes a warning condition.

See Also

Log in to get a better experience