Configures the intermod order, intermod side, lower intermod frequency, and upper intermod frequency when you set the NationalInstruments.RFmx.SpecAnMX.RFmxSpecAnMXIMConfiguration.GetAutoIntermodsSetupEnabled(string,NationalInstruments.RFmx.SpecAnMX.RFmxSpecAnMXIMAutoIntermodsSetupEnabled@) method to False.
Use "intermod(n)" as the selector string to configure this method.

Syntax

Namespace: NationalInstruments.RFmx.SpecAnMX

public int ConfigureIntermod(string selectorString, int intermodOrder, double lowerIntermodFrequency, double upperIntermodFrequency, RFmxSpecAnMXIMIntermodSide intermodSide, RFmxSpecAnMXIMIntermodEnabled intermodEnabled)

Parameters

NameTypeDescription
selectorStringstring

Specifies a selector string comprising of intermod number. Example:
"intermod0"
You can use the BuildIntermodString(string, int) method to build the selector string.

intermodOrderint

Specifies the order of the intermod.

lowerIntermodFrequencydouble

Specifies the frequency of the lower intermodulation product. This value is expressed in Hz.

upperIntermodFrequencydouble

Specifies the frequency of the upper intermodulation product. This value is expressed in Hz.

intermodSideRFmxSpecAnMXIMIntermodSide

Specifies whether to measure intermodulation products corresponding to both lower and upper intermod frequencies or either one of them.

intermodEnabledRFmxSpecAnMXIMIntermodEnabled

Specifies whether to enable an intermod for the IM measurement.

Returns

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