RFmx SpecAn DOTNET

RFmxSpecAnMXIMResults Methods

  • Updated2024-07-17
  • 5 minute(s) read
RFmxSpecAnMXIMResults Methods

RFmxSpecAnMXIMResults Methods

The RFmxSpecAnMXIMResults type exposes the following members.

Methods

 NameDescription
Public methodEqualsDetermines whether the specified Object is equal to the current Object.
(Inherited from Object)
Public methodFetchFundamentalMeasurement Fetches the peak powers of the two fundamental tones.
Public methodFetchInterceptPower Fetches the output intercept powers for the intermod.
Use "intermod(n)" as the selector string to read results from this method.
Public methodFetchInterceptPowerArray Fetches the output intercept powers for the intermod.
Public methodFetchIntermodMeasurement Fetches the peak powers of the lower and upper intermods.
Use "intermod(n)" as the selector string to read results from this method.
Public methodFetchIntermodMeasurementArray Fetches an array of peak powers of the lower and upper intermods.
Public methodFetchSpectrum Fetches the spectrum trace in IM measurement corresponding to the specified spectrumIndex.
Public methodGetFundamentalLowerTonePower Gets the peak power measured around the lower tone 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 tone frequency.
Public methodGetFundamentalUpperTonePower Gets the peak power measured around the upper tone 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 upper tone frequency.
Public methodGetHashCodeServes as a hash function for a particular type.
(Inherited from Object)
Public methodGetIntermodOrder Gets the order of the intermod.
Public methodGetLowerIntermodPower 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.
Public methodGetLowerIntermodRelativePower Gets the relative peak power measured around the lower intermod frequency when you set the SetLocalPeakSearchEnabled(String, RFmxSpecAnMXIMLocalPeakSearchEnabled) method to True. This value is expressed in dBc. When you set the IM Local Peak Search Enabled method to False, the measurement returns the relative power at the lower intermod frequency.
Public methodGetLowerOutputInterceptPower Gets the lower output intercept power. This value is expressed in dBm. Refer to the IM topic for more information about this result.
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodGetUpperIntermodPower Gets the peak power measured around the upper 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 upper intermod frequency.
Public methodGetUpperIntermodRelativePower Gets the relative peak power measured around the upper intermod frequency when you set the SetLocalPeakSearchEnabled(String, RFmxSpecAnMXIMLocalPeakSearchEnabled) method to True. This value is expressed in dBc. When you set the IM Local Peak Search Enabled method to False, the measurement returns the relative power at the upper intermod frequency.
Public methodGetUpperOutputInterceptPower Gets the upper output intercept power. This value is expressed in dBm. Refer to the IM topic for more information about this result.
Public methodGetWorstCaseIntermodAbsolutePower Gets the worst case intermod power that is equal to the maximum of the values of both the IM Results Upper Intermod Power and IM Results Lower Intermod Power results. This value is expressed in dBm.
Public methodGetWorstCaseIntermodRelativePower Gets the worst case intermod relative power that is equal to the maximum of the values of both the IM Results Upper Intermod Relative Power and IM Results Lower Intermod Relative Power results. This value is expressed in dBc.
Public methodGetWorstCaseOutputInterceptPower Gets the worst case output intercept power which is equal to the minimum of the values of the IM Results Upper Output Intercept Power and IM Results Lower Output Intercept Power results. This value is expressed in dBm.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top

See Also