RFmxSpecAnMXIMResults.GetLowerIntermodPower Method
- Updated2024-07-17
- 1 minute(s) read
RFmx
Gets the peak power measured around the lower intermod frequency when you set the SetLocalPeakSearchEnabled(String, RFmxSpecAnMXIMLocalPeakSearchEnabled) method to True. This value is expressed in dBm. When you set the IM Local Peak Search Enabled method to False, the measurement returns the power at the lower intermod frequency.
Namespace: NationalInstruments.RFmx.SpecAnMX
Assembly: NationalInstruments.RFmx.SpecAnMX.Fx40 (in NationalInstruments.RFmx.SpecAnMX.Fx40.dll) Version: 24.5.0.49286 (24.5.0.49286)
Syntax
public int GetLowerIntermodPower( string selectorString, out double value )
Public Function GetLowerIntermodPower ( selectorString As String, <OutAttribute> ByRef value As Double ) As Integer
Parameters
- selectorString String
- Specifies the result name and ImIntermod number. Example: "ImIntermod0", "result::r1/ImIntermod0". You can use the BuildIntermodString(String, Int32) method to build the selector string.
- value Double
- Upon return, contains the peak power measured around the lower intermod frequency when you set the SetLocalPeakSearchEnabled(String, RFmxSpecAnMXIMLocalPeakSearchEnabled) method to True. This value is expressed in dBm. When you set the IM Local Peak Search Enabled method to False, the measurement returns the power at the lower intermod frequency.
Return Value
Int32Returns the status code of this method. The status code either indicates success or describes a warning condition.
Remarks
This method gets the value of IMResultsLowerIntermodPower attribute.