SetDownlinkMaskType(string, RFmxLteMXSemDownlinkMaskType)
- Updated2025-04-08
- 1 minute(s) read
Sets the limits to be used in the measurement for downlink. Refer to section 6.6.3 of the 3GPP 36.141 specification for more information about standard-defined mask types.
Syntax
Namespace: NationalInstruments.RFmx.LteMX
public int SetDownlinkMaskType(string selectorString, RFmxLteMXSemDownlinkMaskType value)
Remarks
This method sets the value of SemDownlinkMaskType attribute. The default value is ENodeBCategoryBased.
Parameters
Name | Type | Description |
---|---|---|
selectorString | string | Pass an empty string. The signal name that is passed when creating the signal configuration is used. |
value | RFmxLteMXSemDownlinkMaskType | Specifies the limits to be used in the measurement for downlink. Refer to section 6.6.3 of the 3GPP 36.141 specification for more information about standard-defined mask types. |
Returns
Returns the status code of this method. The status code either indicates success or describes a warning condition.