RFmx LTE DotNET

Table of Contents

RFmxLteMXSemConfiguration.ConfigureOffsetAbsoluteLimit Method

  • Updated2024-07-17
  • 1 minute(s) read
RFmxLteMXSemConfiguration.ConfigureOffsetAbsoluteLimit Method

RFmxLteMXSemConfigurationConfigureOffsetAbsoluteLimit Method

Configures the start and the stop limit of an offset segment.
Use "offset(n)" or "subblock(n)/offset(n)" as the selector string to configure 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 ConfigureOffsetAbsoluteLimit(
	string selectorString,
	double offsetAbsoluteLimitStart,
	double offsetAbsoluteLimitStop
)
Public Function ConfigureOffsetAbsoluteLimit ( 
	selectorString As String,
	offsetAbsoluteLimitStart As Double,
	offsetAbsoluteLimitStop As Double
) As Integer

Parameters

selectorString
Type: SystemString
Specifies a selector string comprising of the signal name, subblock number, and offset number.
Example:
"subblock0/offset0"
You can use the BuildOffsetString(String, Int32) method to build the selector string.
offsetAbsoluteLimitStart
Type: SystemDouble
Specifies the absolute power limit corresponding to the beginning of an offset segment. This value is expressed in dBm.
offsetAbsoluteLimitStop
Type: SystemDouble
Specifies the absolute power limit corresponding to the end of an offset segment. This value is expressed in dBm.

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