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

Syntax

Namespace: NationalInstruments.RFmx.WlanMX

public int FetchLowerOffsetMargin(string selectorString, double timeout, out RFmxWlanMXSemLowerOffsetMeasurementStatus measurementStatus, out double margin, out double marginFrequency, out double marginAbsolutePower, out double marginRelativePower)

Parameters

NameTypeDescription
selectorStringstring

Specifies a selector string comprising of the result name, segment number, chain number, and offset number. Example:
"segment0/chain0/offset0"
"result::r1/segment0/chain0/offset0"
You can use the BuildOffsetString(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.

measurementStatusout RFmxWlanMXSemLowerOffsetMeasurementStatus

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

marginout double

Upon return, contains the margin 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.

marginFrequencyout double

Upon return, contains the frequency corresponding to the margin for the lower offset. This value is expressed in Hz.

marginAbsolutePowerout double

Upon return, contains the absolute power corresponding to the margin for the lower offset. This value is expressed in dBm.

marginRelativePowerout double

Upon return, contains the relative power corresponding to the margin for the lower offset. The relative power is 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.