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

Syntax

Namespace: NationalInstruments.RFmx.LteMX

public int ConfigureDownlinkMask(string selectorString, RFmxLteMXSemDownlinkMaskType downlinkMaskType, double deltaFMaximum, double aggregatedMaximumPower)

Parameters

NameTypeDescription
selectorStringstring

Pass an empty string. The signal name that is passed when creating the signal configuration is used.

downlinkMaskTypeRFmxLteMXSemDownlinkMaskType

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.

deltaFMaximumdouble

Specifies the stop frequency for the last offset segment to be used in the measurement. This value is expressed in Hz.

aggregatedMaximumPowerdouble

Specifies the aggregated maximum output power of all the transmit antenna connectors. This value is expressed in dBm.

Returns

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