RFmx LTE DotNET

Table of Contents

RFmxLteMXSemConfiguration.GetSidelinkMaskType Method

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

RFmxLteMXSemConfigurationGetSidelinkMaskType Method

Gets the spectrum emission mask used in the measurement for sidelink. Each mask type refers to a different Network Signalled (NS) value. You must set the mask type to Custom to configure the custom offset masks. Refer to section 6.6.2 of the 3GPP 36.521 specification for more information about standard-defined mask types.

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 GetSidelinkMaskType(
	string selectorString,
	out RFmxLteMXSemSidelinkMaskType value
)
Public Function GetSidelinkMaskType ( 
	selectorString As String,
	<OutAttribute> ByRef value As RFmxLteMXSemSidelinkMaskType
) As Integer

Parameters

selectorString
Type: SystemString
Pass an empty string. The signal name that is passed when creating the signal configuration is used.
value
Type: NationalInstruments.RFmx.LteMXRFmxLteMXSemSidelinkMaskType
Upon return, contains the spectrum emission mask used in the measurement for sidelink. Each mask type refers to a different Network Signalled (NS) value. You must set the mask type to Custom to configure the custom offset masks. Refer to section 6.6.2 of the 3GPP 36.521 specification for more information about standard-defined mask types.

Return Value

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

Remarks

This method gets the value of SemSidelinkMaskType attribute. The default value is General (NS_01).

See Also

Log in to get a better experience