RFmxLteMXSemConfiguration.ConfigureOffsetLimitFailMaskArray Method
- Updated2024-07-17
- 1 minute(s) read
RFmxLteMXSemConfigurationConfigureOffsetLimitFailMaskArray Method
Configures the array of limit fail mask of the offset segments that specifies the criteria to determine the measurement fail status.
Use "subblock(n)" as the selector string to read results from this method.
Use "subblock(n)" as the selector string to read results from this method.
Namespace: NationalInstruments.RFmx.LteMX
Assembly: NationalInstruments.RFmx.LteMX.Fx40 (in NationalInstruments.RFmx.LteMX.Fx40.dll) Version: 24.5.0.49283 (24.5.0.49283)
Syntax
public int ConfigureOffsetLimitFailMaskArray( string selectorString, RFmxLteMXSemOffsetLimitFailMask[] limitFailMask )
Public Function ConfigureOffsetLimitFailMaskArray ( selectorString As String, limitFailMask As RFmxLteMXSemOffsetLimitFailMask() ) As Integer
Parameters
- selectorString
- Type: SystemString
Specifies a selector string comprising of the result name, and subblock number. If you do not specify the result name, the default result instance is used. Example:
"subblock0"
"result::r1/subblock0"
You can use the BuildSubblockString(String, Int32) method to build the selector string. - limitFailMask
- Type: NationalInstruments.RFmx.LteMXRFmxLteMXSemOffsetLimitFailMask
Specifies the array of criterion 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.
Return Value
Type: Int32Returns the status code of this method. The status code either indicates success or describes a warning condition.