RFmxSpecAnMXIMIntermodSide Enumeration
- Updated2025-10-13
- 1 minute(s) read
Specifies whether to measure intermodulation products corresponding to both lower and upper intermod frequencies or either one of them. This method is not used when you set the NationalInstruments.RFmx.SpecAnMX.RFmxSpecAnMXIMConfiguration.GetAutoIntermodsSetupEnabled(string,NationalInstruments.RFmx.SpecAnMX.RFmxSpecAnMXIMAutoIntermodsSetupEnabled@) method to True.
Syntax
Namespace: NationalInstruments.RFmx.SpecAnMX
public enum RFmxSpecAnMXIMIntermodSide
Members
| Name | Value | Description |
|---|---|---|
| Lower | 0 | Measures the intermodulation product corresponding to the SetLowerIntermodFrequency(string, double) method. |
| Upper | 1 | Measures the intermodulation product corresponding to the SetUpperIntermodFrequency(string, double) method. |
| Both | 2 | Measures the intermodulation product corresponding to both IM Lower Intermod Freq and IM Upper Intermod Freq properties. |