Provides methods to fetch and read the SEM measurement results.

Derives from

Syntax

Namespace: NationalInstruments.RFmx.EvdoMX

public class RFmxEvdoMXSemResults : RFmxEvdoMXSubObject

Methods

NameDescription
FetchCarrierMeasurement(string, double, out double, out double)

Returns the carrier measurements for the carrier selected by the selector string. Use "carrier(n)" as the selector string to read parameters from this method.

FetchCarrierMeasurementArray(string, double, ref double[], ref double[])

Returns the array of carrier measurements.

FetchLowerOffsetMargin(string, double, out RFmxEvdoMXSemLowerOffsetMeasurementStatus, out double, out double, out double, out double)

Returns the measurement status and margin from the limit line measured in the lower offset segment. Use "offset(n)" as the selector string to read parameters from this method.

FetchLowerOffsetMarginArray(string, double, ref RFmxEvdoMXSemLowerOffsetMeasurementStatus[], ref double[], ref double[], ref double[], ref double[])

Returns the array of measurement statuses and margins from the limit line measured in the lower offset segments.

FetchLowerOffsetPower(string, double, out double, out double, out double, out double, out double)

Returns the lower offset segment power measurements. Use "offset(n)" as the selector string to read parameters from this method.

FetchLowerOffsetPowerArray(string, double, ref double[], ref double[], ref double[], ref double[], ref double[])

Returns the arrays of lower offset segment power measurements.

FetchMeasurementStatus(string, double, out RFmxEvdoMXSemCompositeMeasurementStatus)

Fetches the SEM measurement status.

FetchSpectrum(string, double, ref Spectrum< float >, ref Spectrum< float >, ref Spectrum< float >)

Fetches the spectrum used for the spectral emission mask (SEM) measurement.

FetchTotalCarrierPower(string, double, out double)

Returns the total carrier power of the selected carrier.

FetchUpperOffsetMargin(string, double, out RFmxEvdoMXSemUpperOffsetMeasurementStatus, out double, out double, out double, out double)

Returns the measurement status and margin from the limit line measured in the upper offset segment. Use "offset(n)" as the selector string to read parameters from this method.

FetchUpperOffsetMarginArray(string, double, ref RFmxEvdoMXSemUpperOffsetMeasurementStatus[], ref double[], ref double[], ref double[], ref double[])

Returns the measurement status and margin from the limit line measured in the upper offset segments.

FetchUpperOffsetPower(string, double, out double, out double, out double, out double, out double)

Returns the upper offset segment power measurements. Use "offset(n)" as the selector string to read parameters from this method.

FetchUpperOffsetPowerArray(string, double, ref double[], ref double[], ref double[], ref double[], ref double[])

Returns the arrays of upper offset segment power measurements.

GetCarrierAbsoluteIntegratedPower(string, out double)

Gets the absolute carrier power measurement. This value is expressed in dBm. Use "carrier(n)" as the selector string to read this result.

GetCarrierAbsolutePeakPower(string, out double)

Gets the peak absolute carrier power. This value is expressed in dBm. Use "carrier<em>(n)</em>" as the selector string to read this method.

GetCarrierPeakFrequency(string, out double)

Gets the frequency at which the peak power occurs in the carrier channel. This value is expressed in Hz. Use "carrier(n)" as the selector string to read this result.

GetCarrierRelativeIntegratedPower(string, out double)

Gets the relative carrier power measurement. This value is expressed in dB. Use "carrier(n)" as the selector string to read this result.

GetCompositeMeasurementStatus(string, out RFmxEvdoMXSemCompositeMeasurementStatus)

Indicates the overall measurement status based on the measurement limits and the failure criteria specified by the standard for each offset segment.

GetLowerOffsetAbsoluteIntegratedPower(string, out double)

Gets the absolute power measured in the lower (negative) offset segment. This value is expressed in dBm. Use "offset<em>(n)</em>" as the selector string to read this method.

GetLowerOffsetAbsolutePeakPower(string, out double)

Gets the peak absolute power measured in the lower (negative) offset segment. This value is expressed in dBm. Use "offset<em>(n)</em>" as the selector string to read this method.

GetLowerOffsetMargin(string, out double)

Gets the margin from the limit mask value specified by the standard. This value is expressed in dB. Use "offset<em>(n)</em>" as the selector string to read this method.

GetLowerOffsetMarginAbsolutePower(string, out double)

Gets the absolute power at which the margin occurred in the lower (negative) offset segment. This value is expressed in dBm. Use "offset<em>(n)</em>" as the selector string to read this method.

GetLowerOffsetMarginFrequency(string, out double)

Gets the frequency at which the margin occurred in the lower (negative) offset segment. This value is expressed in Hz. Use "offset<em>(n)</em>" as the selector string to read this method.

GetLowerOffsetMarginRelativePower(string, out double)

Gets the power at which the margin occurred in the lower (negative) offset segment relative to the integrated power of the reference carrier. This value is expressed in dB. Use "offset<em>(n)</em>" as the selector string to read this method.

GetLowerOffsetMeasurementStatus(string, out RFmxEvdoMXSemLowerOffsetMeasurementStatus)

Indicates the lower offset segment measurement status based on measurement limits and the failure criteria specified by the standard. Use "offset<em>(n)</em>" as the selector string to read this method.

GetLowerOffsetPeakFrequency(string, out double)

Gets the frequency at which the peak power occurred in the lower offset segment. This value is expressed in Hz. Use "offset<em>(n)</em>" as the selector string to read this method.

GetLowerOffsetRelativeIntegratedPower(string, out double)

Gets the power measured in the lower (negative) offset segment relative to the integrated power of the reference carrier. Use "offset<em>(n)</em>" as the selector string to read this method.

GetLowerOffsetRelativePeakPower(string, out double)

Gets the peak power measured in the lower (negative) offset segment relative to the integrated power of the reference carrier. This value is expressed in dB. Use "offset<em>(n)</em>" as the selector string to read this method.

GetTotalCarrierPower(string, out double)

Gets the total carrier power of the selected carrier. This value is expressed in dBm.

GetUpperOffsetAbsoluteIntegratedPower(string, out double)

Gets the absolute power measured in the upper (positive) offset segment. This value is expressed in dBm. Use "offset(n)" as the selector string to read this result.

GetUpperOffsetAbsolutePeakPower(string, out double)

Gets the peak absolute power measured in the upper (positive) offset segment. This value is expressed in dBm. Use "offset<em>(n)</em>" as the selector string to read this method.

GetUpperOffsetMargin(string, out double)

Gets the margin from the limit mask value specified by the standard. This value is expressed in dB. Use "offset<em>(n)</em>" as the selector string to read this method.

GetUpperOffsetMarginAbsolutePower(string, out double)

Gets the power at which the margin occurred in the upper (positive) offset segment, relative to the integrated power of the reference carrier. This value is expressed in dBm. Use "offset<em>(n)</em>" as the selector string to read this method.

GetUpperOffsetMarginFrequency(string, out double)

Gets the frequency at which the margin occurred in the upper (positive) offset. This value is expressed in Hz. Use "offset<em>(n)</em>" as the selector string to read this method.

GetUpperOffsetMarginRelativePower(string, out double)

Gets the power at which the margin occurred in the upper (positive) offset segment relative to the integrated power of the reference carrier. This value is expressed in dB. Use "offset<em>(n)</em>" as the selector string to read this method.

GetUpperOffsetMeasurementStatus(string, out RFmxEvdoMXSemUpperOffsetMeasurementStatus)

Indicates the upper offset measurement status based on measurement limits and the failure criteria specified by the standard. Use "offset<em>(n)</em>" as the selector string to read this method.

GetUpperOffsetPeakFrequency(string, out double)

Gets the frequency at which the peak power occurred in the upper offset segment. This value is expressed in Hz. Use "offset<em>(n)</em>" as the selector string to read this method.

GetUpperOffsetRelativeIntegratedPower(string, out double)

Gets the power measured in the upper (positive) offset segment relative to the integrated power of the reference carrier. This value is expressed in dB. Use "offset(n)" as the selector string to read this result.

GetUpperOffsetRelativePeakPower(string, out double)

Gets the peak power measured in the upper (positive) offset segment relative to the integrated power of the reference carrier. This value is expressed in dB. Use "offset<em>(n)</em>" as the selector string to read this method.