RFmxWlanMXSemResults Class
- Updated2025-04-08
- 5 minute(s) read
Provides methods to fetch and read the SEM measurement results.
Derives from
Syntax
Namespace: NationalInstruments.RFmx.WlanMX
public class RFmxWlanMXSemResults : RFmxWlanMXSubObject
Methods
Name | Description |
---|---|
FetchCarrierMeasurement(string, double, out double, out double) | Returns the absolute and relative carrier power measurements. The relative power is relative to the peak power of the carrier. |
FetchCarrierMeasurementArray(string, double, ref double[], ref double[]) | Returns an array of the absolute and relative carrier power measurements. The relative power is relative to the peak power of the carrier. |
FetchLowerOffsetMargin(string, double, out RFmxWlanMXSemLowerOffsetMeasurementStatus, out double, out double, out double, out double) | Returns the measurement status, margin, margin-frequency, and absolute and relative power corresponding to the margin-frequency for lower offset segment. The relative power is relative to the peak power in the carrier. |
FetchLowerOffsetMarginArray(string, double, ref RFmxWlanMXSemLowerOffsetMeasurementStatus[], ref double[], ref double[], ref double[], ref double[]) | Returns an array of measurement status, margins, margin-frequencies, and absolute and relative powers corresponding to the margin-frequencies for lower offset segments. The relative powers are relative to the peak power in the carrier. |
FetchLowerOffsetPower(string, double, out double, out double, out double, out double, out double) | Returns the total absolute and relative powers, peak absolute and relative powers and frequency at peak absolute power of lower offset segment. The relative power is relative to the peak power of the carrier. |
FetchLowerOffsetPowerArray(string, double, ref double[], ref double[], ref double[], ref double[], ref double[]) | Returns an array of total absolute and relative powers, peak absolute and relative powers and frequencies corresponding to the peak absolute powers of lower offset segments. The relative powers are relative to peak power of the carrier. |
FetchMeasurementStatus(string, double, out RFmxWlanMXSemMeasurementStatus) | Fetches the overall measurement status. |
FetchSpectrum(string, double, ref Spectrum< float >, ref Spectrum< float >) | Fetches the spectrum and mask traces. |
FetchUpperOffsetMargin(string, double, out RFmxWlanMXSemUpperOffsetMeasurementStatus, out double, out double, out double, out double) | Returns the measurement status, margin, margin-frequency, absolute and relative power corresponding to the margin-frequency for upper offset segment. The relative power is relative to the peak power in the carrier. |
FetchUpperOffsetMarginArray(string, double, ref RFmxWlanMXSemUpperOffsetMeasurementStatus[], ref double[], ref double[], ref double[], ref double[]) | Returns an array of measurement status, margins, margin frequencies, absolute and relative powers corresponding to the margin-frequencies for upper offset segments. The relative powers are relative to the peak power in the carrier. |
FetchUpperOffsetPower(string, double, out double, out double, out double, out double, out double) | Returns the total absolute and relative powers, peak absolute and relative powers and frequency at peak absolute power of upper offset segment. The relative power is relative to the peak power of the carrier. |
FetchUpperOffsetPowerArray(string, double, ref double[], ref double[], ref double[], ref double[], ref double[]) | Fetches an array of total absolute and relative powers, peak absolute and relative powers, and frequencies corresponding to the peak absolute powers of upper offset segments. The relative powers are relative to peak power of the carrier. |
GetCarrierAbsoluteIntegratedPower(string, out double) | Gets the average power of the carrier channel over the bandwidth indicated by the GetCarrierIntegrationBandwidth(string, out double) method. This value is expressed in dBm. |
GetCarrierAbsolutePeakPower(string, out double) | Gets the peak power in the carrier channel over the bandwidth indicated by the GetCarrierIntegrationBandwidth(string, out double) method. This value is expressed in dBm. SEM mask level is determined by this result. |
GetCarrierPeakFrequency(string, out double) | Gets the frequency at which the peak power occurs in the carrier channel. This value is expressed in Hz. |
GetLowerOffsetAbsoluteIntegratedPower(string, out double) | Gets the average power of the lower (negative) offset channel over the bandwidth obtained by the start and stop frequencies of the offset channel. This value is expressed in dBm. |
GetLowerOffsetAbsolutePeakPower(string, out double) | Gets the peak power measured in the lower (negative) offset segment. This value is expressed in dBm. |
GetLowerOffsetMargin(string, out double) | Gets the margin from the SEM measurement mask for the lower (negative) offset. This value is expressed in dB. |
GetLowerOffsetMarginAbsolutePower(string, out double) | Gets the power level of the spectrum corresponding to the result of the GetLowerOffsetMargin(string, out double) method. This value is expressed in dBm. |
GetLowerOffsetMarginFrequency(string, out double) | Gets the frequency of the spectrum corresponding to the result of the GetLowerOffsetMargin(string, out double) method. This value is expressed in Hz. |
GetLowerOffsetMarginRelativePower(string, out double) | Gets the power level of the spectrum corresponding to the result of the GetLowerOffsetMargin(string, out double) method. This value is expressed in dB. |
GetLowerOffsetMeasurementStatus(string, out RFmxWlanMXSemLowerOffsetMeasurementStatus) | Gets the lower offset segment measurement status indicating whether the spectrum exceeds the SEM measurement mask limits in the lower offset segment. |
GetLowerOffsetPeakFrequency(string, out double) | Gets the frequency at which the peak power occurs in the lower (negative) offset channel. This value is expressed in Hz. |
GetLowerOffsetRelativeIntegratedPower(string, out double) | Gets the average power of the lower (negative) offset segment relative to the peak power of the carrier channel. This value is expressed in dB. |
GetLowerOffsetRelativePeakPower(string, out double) | Gets the peak power of the lower (negative) offset segment relative to the peak power of the carrier channel. This value is expressed in dB. |
GetMeasurementStatus(string, out RFmxWlanMXSemMeasurementStatus) | Gets the overall measurement status, indicating whether the spectrum exceeds the SEM measurement mask limits in any of the offset segments. |
GetUpperOffsetAbsoluteIntegratedPower(string, out double) | Gets the average power of the offset (positive) offset channel over the bandwidth determined by the start and stop frequencies of the offset channel. This value is expressed in dBm. |
GetUpperOffsetAbsolutePeakPower(string, out double) | Gets the peak power of the offset (positive) offset segment. This value is expressed in dBm. |
GetUpperOffsetMargin(string, out double) | Gets the margin from the SEM measurement mask for the offset (positive). This value is expressed in dB. |
GetUpperOffsetMarginAbsolutePower(string, out double) | Gets the power level of the spectrum corresponding to the result of the GetUpperOffsetMargin(string, out double) method. This value is expressed in dBm. |
GetUpperOffsetMarginFrequency(string, out double) | Gets the frequency of the spectrum corresponding to the result of the GetUpperOffsetMargin(string, out double) method. This value is expressed in Hz. |
GetUpperOffsetMarginRelativePower(string, out double) | Gets the power level of the spectrum corresponding to the result of the GetUpperOffsetMargin(string, out double) method. This value is expressed in dB. |
GetUpperOffsetMeasurementStatus(string, out RFmxWlanMXSemUpperOffsetMeasurementStatus) | Gets the upper offset (positive) segment measurement status indicating if the spectrum exceeds the SEM measurement mask limits in the upper offset segment. |
GetUpperOffsetPeakFrequency(string, out double) | Gets the frequency at which the peak power occurs in the offset (positive) channel. This value is expressed in Hz. |
GetUpperOffsetRelativeIntegratedPower(string, out double) | Gets the average power of the offset (positive) offset segment relative to the peak power of the carrier channel. This value is expressed in dB. |
GetUpperOffsetRelativePeakPower(string, out double) | Gets the peak power of the offset (positive) segment relative to the peak power of the carrier channel. This value is expressed in dB. |