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.
Use "segment(n)/chain(k)" as the selector string to read results from this method.

Syntax

Namespace: NationalInstruments.RFmx.WlanMX

public int FetchLowerOffsetMarginArray(string selectorString, double timeout, ref RFmxWlanMXSemLowerOffsetMeasurementStatus[] measurementStatus, ref double[] margin, ref double[] marginFrequency, ref double[] marginAbsolutePower, ref double[] marginRelativePower)

Parameters

NameTypeDescription
selectorStringstring

Specifies a selector string comprising of the result name, segment number, and chain number. If you do not specify the result name, the default result instance is used. Example:
"segment0/chain0"
"result::r1/segment0/chain0"
You can use the BuildChainString(string, int) method to build the selector string.

timeoutdouble

Specifies the timeout for fetching the specified measurement. Set this value to an appropriate time, longer than expected for fetching the measurement. A value of -1 specifies that the method waits until the measurement is complete. This value is expressed in seconds.

measurementStatusref RFmxWlanMXSemLowerOffsetMeasurementStatus[]

Upon return, contains an array of lower (negative) offset segment measurement status, indicating whether the spectrum exceeds the SEM measurement mask limits in the lower offset segments.

marginref double[]

Upon return, contains an array of margins from the SEM measurement mask for the lower offset. This value is expressed in dB. Margin is defined as the maximum difference between the spectrum and the mask.

marginFrequencyref double[]

Upon return, contains an array of frequencies corresponding to the margins for the lower (negative) offsets. This value is expressed in dB.

marginAbsolutePowerref double[]

Upon return, contains an array of absolute powers corresponding to the margins for the lower offsets. This value is expressed in dBm.

marginRelativePowerref double[]

Upon return, contains an array of relative powers corresponding to the margins for the lower offsets. The relative powers are relative to the peak power of the carrier channel. This value is expressed in dB.

Returns

Returns the status code of this method. The status code either indicates success or describes a warning condition.