GetUplinkMaskType(string, out RFmxLteMXSemUplinkMaskType)
- Updated2025-04-08
- 1 minute(s) read
Gets the spectrum emission mask used in the measurement for uplink. Each mask type refers to a different Network Signalled (NS) value. General_CAClassB, CANS04, and CANCNS01 refers to carrier aggregation case. You must set the mask type to Custom to configure the custom offset masks. Refer to section 6.6.2.1 of the 3GPP 36.521 specification for more information about standard-defined mask types.
Syntax
Namespace: NationalInstruments.RFmx.LteMX
public int GetUplinkMaskType(string selectorString, out RFmxLteMXSemUplinkMaskType value)
Remarks
This method gets the value of SemUplinkMaskType attribute. The default value is General (NS_01).
Parameters
Name | Type | Description |
---|---|---|
selectorString | string | Pass an empty string. The signal name that is passed when creating the signal configuration is used. |
value | out RFmxLteMXSemUplinkMaskType | Upon return, contains the spectrum emission mask used in the measurement for uplink. Each mask type refers to a different Network Signalled (NS) value. General_CAClassB, CANS04, and CANCNS01 refers to carrier aggregation case. You must set the mask type to Custom to configure the custom offset masks. Refer to section 6.6.2.1 of the 3GPP 36.521 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.