ni.com is currently undergoing scheduled maintenance.

Some services may be unavailable at this time. Please contact us for help or try again later.

RFmx NR DotNET

RFmxNRMXSemConfiguration.ConfigureOffsetLimitFailMaskArray Method

  • Updated2024-07-17
  • 1 minute(s) read
RFmxNRMXSemConfiguration.ConfigureOffsetLimitFailMaskArray Method

RFmxNRMXSemConfigurationConfigureOffsetLimitFailMaskArray Method

Configures an array of the 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 configure or read this method.

Namespace:  NationalInstruments.RFmx.NRMX
Assembly:  NationalInstruments.RFmx.NRMX.Fx40 (in NationalInstruments.RFmx.NRMX.Fx40.dll) Version: 24.5.0.49283 (24.5.0.49283)

Syntax

public int ConfigureOffsetLimitFailMaskArray(
	string selectorString,
	RFmxNRMXSemOffsetLimitFailMask[] limitFailMask
)
Public Function ConfigureOffsetLimitFailMaskArray ( 
	selectorString As String,
	limitFailMask As RFmxNRMXSemOffsetLimitFailMask()
) As Integer

Parameters

selectorString
Type: SystemString
Specifies a selector string comprising of the subblock number.
Example:
"subblock0"
You can use the BuildSubblockString(String, Int32) method to build the selector string.
limitFailMask
Type: NationalInstruments.RFmx.NRMXRFmxNRMXSemOffsetLimitFailMask
Specifies an array of the criteria to determine the measurement fail status.

Return Value

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

See Also

Log in to get a better experience