GetIntermodSide(string, out RFmxSpecAnMXIMIntermodSide)
- Updated2025-10-13
- 1 minute(s) read
Gets 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 int GetIntermodSide(string selectorString, out RFmxSpecAnMXIMIntermodSide value)
Remarks
This method gets the value of IMIntermodSide attribute.The default value is Both.
Parameters
| Name | Type | Description |
|---|---|---|
| selectorString | string | Specifies the imintermod number. |
| value | out RFmxSpecAnMXIMIntermodSide | Upon return, contains 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. |
Returns
Returns the status code of this method. The status code either indicates success or describes a warning condition.