ConfigureDownlinkMask(string, RFmxLteMXSemDownlinkMaskType, double, double)
- Updated2025-04-08
- 1 minute(s) read
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
Name | Type | Description |
---|---|---|
selectorString | string | Pass an empty string. The signal name that is passed when creating the signal configuration is used. |
downlinkMaskType | RFmxLteMXSemDownlinkMaskType | 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 | double | Specifies the stop frequency for the last offset segment to be used in the measurement. This value is expressed in Hz. |
aggregatedMaximumPower | double | 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.