RFmxSpecAnMXIMAutoIntermodsSetupEnabled Enumeration
- Updated2025-10-13
- 1 minute(s) read
Specifies whether the measurement computes the intermod frequencies or uses user-specified frequencies.
Syntax
Namespace: NationalInstruments.RFmx.SpecAnMX
public enum RFmxSpecAnMXIMAutoIntermodsSetupEnabled
Members
| Name | Value | Description |
|---|---|---|
| False | 0 | The measurement uses the values that you specify for the SetLowerIntermodFrequency(string, double) and SetUpperIntermodFrequency(string, double) properties. |
| True | 1 | The measurement computes the intermod frequencies. The maximum number of intermods that you can measure is based on the value of the SetMaximumIntermodOrder(string, int) method. |