Sets the criteria to determine the measurement fail status.

Syntax

Namespace: NationalInstruments.RFmx.NRMX

public int SetOffsetLimitFailMask(string selectorString, RFmxNRMXSemOffsetLimitFailMask value)

Remarks

This method sets the value of SemOffsetLimitFailMask attribute.The default value is 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.

valueRFmxNRMXSemOffsetLimitFailMask

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.