RFmx LTE DotNET

RFmxLteMXSemConfiguration.ConfigureOffsetRelativeLimit Method

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

RFmxLteMXSemConfigurationConfigureOffsetRelativeLimit Method

Configures the start and stop relative limit of the offset segment.
Use "offset(n)" or "subblock(n)/offset(n)" as the selector string to read results from this method.
This method is considered only when you set the Link Direction method to Downlink and SEM DL Mask Type method to Custom.

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 ConfigureOffsetRelativeLimit(
	string selectorString,
	double relativeLimitStart,
	double relativeLimitStop
)
Public Function ConfigureOffsetRelativeLimit ( 
	selectorString As String,
	relativeLimitStart As Double,
	relativeLimitStop 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.
relativeLimitStart
Type: SystemDouble
Specifies the relative power limit corresponding to the beginning of the offset segment. This value is expressed in dB.
relativeLimitStop
Type: SystemDouble
Specifies the relative power limit corresponding to the end of the offset segment. This value is expressed in dB.

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