RFmxLteMXSemConfiguration.GetOffsetLimitFailMask Method
- Updated2024-07-17
- 1 minute(s) read
RFmxLteMXSemConfigurationGetOffsetLimitFailMask Method
Gets the criteria to determine the measurement fail status.
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 GetOffsetLimitFailMask( string selectorString, out RFmxLteMXSemOffsetLimitFailMask value )
Public Function GetOffsetLimitFailMask ( selectorString As String, <OutAttribute> ByRef value As RFmxLteMXSemOffsetLimitFailMask ) As Integer
Parameters
- selectorString
- Type: SystemString
Specifies the offset number and subblock number.
Example:
"subblock0" or
"subblock0/offset0".
You can use the BuildOffsetString(String, Int32) method to build the selector string. - value
- Type: NationalInstruments.RFmx.LteMXRFmxLteMXSemOffsetLimitFailMask
Upon return, contains the criteria to determine the measurement fail status.
Return Value
Type: Int32Returns the status code of this method. The status code either indicates success or describes a warning condition.
Remarks
This method gets 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.