RFmx SpecAn DOTNET

RFmxSpecAnMXDpdConfiguration.ConfigureLookupTableThreshold Method

  • Updated2024-07-17
  • 1 minute(s) read
RFmxSpecAnMXDpdConfiguration.ConfigureLookupTableThreshold Method

RFmxSpecAnMXDpdConfigurationConfigureLookupTableThreshold Method

Configures the threshold level for the samples considered for the DPD measurement when you set the SetModel(String, RFmxSpecAnMXDpdModel) to LookupTable.

Namespace: NationalInstruments.RFmx.SpecAnMX
Assembly: NationalInstruments.RFmx.SpecAnMX.Fx40 (in NationalInstruments.RFmx.SpecAnMX.Fx40.dll) Version: 24.5.0.49286 (24.5.0.49286)

Syntax

public int ConfigureLookupTableThreshold(
	string selectorString,
	RFmxSpecAnMXDpdLookupTableThresholdEnabled thresholdEnabled,
	double thresholdLevel,
	RFmxSpecAnMXDpdLookupTableThresholdType thresholdType
)
Public Function ConfigureLookupTableThreshold ( 
	selectorString As String,
	thresholdEnabled As RFmxSpecAnMXDpdLookupTableThresholdEnabled,
	thresholdLevel As Double,
	thresholdType As RFmxSpecAnMXDpdLookupTableThresholdType
) As Integer

Parameters

selectorString  String
Pass an empty string. The signal name that is passed when creating the signal configuration is used.
thresholdEnabled  RFmxSpecAnMXDpdLookupTableThresholdEnabled
Specifies whether to enable thresholding for the acquired samples used in the DPD measurement.
thresholdLevel  Double
Specifies either the relative or the absolute threshold power level based on the value of the thresholdType parameter.
thresholdType  RFmxSpecAnMXDpdLookupTableThresholdType
Specifies the reference for the power level used for thresholding.

Return Value

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

Remarks

This method maps to the RFmxSpecAn_DPDCfgLookupTableThreshold() function in C.

See Also

Log in to get a better experience