ConfigureIntermod(string, int, double, double, RFmxSpecAnMXIMIntermodSide, RFmxSpecAnMXIMIntermodEnabled)
- Updated2025-10-13
- 1 minute(s) read
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
| Name | Type | Description |
|---|---|---|
| selectorString | string | Specifies a selector string comprising of intermod number. Example: |
| intermodOrder | int | Specifies the order of the intermod. |
| lowerIntermodFrequency | double | Specifies the frequency of the lower intermodulation product. This value is expressed in Hz. |
| upperIntermodFrequency | double | Specifies the frequency of the upper intermodulation product. This value is expressed in Hz. |
| intermodSide | RFmxSpecAnMXIMIntermodSide | Specifies whether to measure intermodulation products corresponding to both lower and upper intermod frequencies or either one of them. |
| intermodEnabled | RFmxSpecAnMXIMIntermodEnabled | 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.