GetLowerIntermodFrequency(string, out double)
- Updated2025-10-13
- 1 minute(s) read
Gets the frequency of the lower intermodulation product. This value is expressed in Hz. 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 GetLowerIntermodFrequency(string selectorString, out double value)
Remarks
This method gets the value of IMLowerIntermodFrequency attribute.The default value is -3 MHz.
Parameters
| Name | Type | Description |
|---|---|---|
| selectorString | string | Specifies the imintermod number. |
| value | out double | Upon return, contains the frequency of the lower intermodulation product. This value is expressed in Hz. 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.