GetIntermodEnabled(string, out RFmxSpecAnMXIMIntermodEnabled)
- Updated2025-10-13
- 1 minute(s) read
Gets whether to enable an intermod for the IM measurement. 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 GetIntermodEnabled(string selectorString, out RFmxSpecAnMXIMIntermodEnabled value)
Remarks
This method gets the value of IMIntermodEnabled attribute.The default value is True.
Parameters
| Name | Type | Description |
|---|---|---|
| selectorString | string | Specifies the imintermod number. |
| value | out RFmxSpecAnMXIMIntermodEnabled | Upon return, contains whether to enable an intermod for the IM measurement. 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.