Configures the limit fail mask of the offset segments that specify the criteria to determine the measurement fail status.
Use "offset(n)" or "subblock(n)/offset(n)" as the selector string to configure this method.

Syntax

Namespace: NationalInstruments.RFmx.LteMX

public int ConfigureOffsetLimitFailMask(string selectorString, RFmxLteMXSemOffsetLimitFailMask limitFailMask)

Parameters

NameTypeDescription
selectorStringstring

Specifies a selector string comprising of the signal name, subblock number, and offset number.
Example:
"subblock0/offset0"
You can use the BuildOffsetString(string, int) method to build the selector string.

limitFailMaskRFmxLteMXSemOffsetLimitFailMask

Specifies the criteria to determine the measurement fail status. When you set the Link Direction method to Downlink, all the values of limit fail mask are supported but when you set the Link Direction method to Uplink, the measurement internally sets the value of limit fail mask to Absolute.

Returns

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