Sets the criteria to determine the measurement fail status.

Syntax

Namespace: NationalInstruments.RFmx.LteMX

public int SetOffsetLimitFailMask(string selectorString, RFmxLteMXSemOffsetLimitFailMask value)

Remarks

This method sets the value of SemOffsetLimitFailMask attribute. The default value is Absolute. When you set the Link Direction property to Downlink, all the values of limit fail mask are supported but when you set the Link Direction property to Uplink, the measurement internally sets the value of limit fail mask to Absolute.

Parameters

NameTypeDescription
selectorStringstring

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

valueRFmxLteMXSemOffsetLimitFailMask

Specifies the criteria to determine the measurement fail status.

Returns

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