RFmx LTE DotNET

Table of Contents

RFmxLteMXSemConfiguration.ConfigureDownlinkMask Method

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

RFmxLteMXSemConfigurationConfigureDownlinkMask Method

Configures the downlinkMaskType, deltaF_max, and aggregatedMaximumOutputPower parameters for the SEM measurement in LTE downlink.

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 ConfigureDownlinkMask(
	string selectorString,
	RFmxLteMXSemDownlinkMaskType downlinkMaskType,
	double deltaFMaximum,
	double aggregatedMaximumPower
)
Public Function ConfigureDownlinkMask ( 
	selectorString As String,
	downlinkMaskType As RFmxLteMXSemDownlinkMaskType,
	deltaFMaximum As Double,
	aggregatedMaximumPower As Double
) As Integer

Parameters

selectorString
Type: SystemString
Pass an empty string. The signal name that is passed when creating the signal configuration is used.
downlinkMaskType
Type: NationalInstruments.RFmx.LteMXRFmxLteMXSemDownlinkMaskType
Specifies the standard-defined spectrum emission mask used in the measurement for the downlink. You must set the mask type to CUSTOM to configure the custom offsets and the masks. Refer to section 6.6.3 of the 3GPP 36.141 specification for more information about standard-defined mask types.
deltaFMaximum
Type: SystemDouble
Specifies the stop frequency for the last offset segment to be used in the measurement. This value is expressed in Hz.
aggregatedMaximumPower
Type: SystemDouble
Specifies the aggregated maximum output power of all the transmit antenna connectors. 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