RFmx LTE DotNET

Table of Contents

RFmxLteMXModAccConfiguration.ConfigureInBandEmissionMaskType Method

  • Updated2024-07-17
  • 1 minute(s) read
RFmxLteMXModAccConfiguration.ConfigureInBandEmissionMaskType Method

RFmxLteMXModAccConfigurationConfigureInBandEmissionMaskType Method

Configures the inBandEmissionMaskType parameter to be used.

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 ConfigureInBandEmissionMaskType(
	string selectorString,
	RFmxLteMXModAccInBandEmissionMaskType inBandEmissionMaskType
)
Public Function ConfigureInBandEmissionMaskType ( 
	selectorString As String,
	inBandEmissionMaskType As RFmxLteMXModAccInBandEmissionMaskType
) As Integer

Parameters

selectorString
Type: SystemString
Pass an empty string. The signal name that is passed when creating the signal configuration is used.
inBandEmissionMaskType
Type: NationalInstruments.RFmx.LteMXRFmxLteMXModAccInBandEmissionMaskType
Specifies the in-band emissions mask type to be used for measuring in-band emission margin (dB) and subblock in-Band emission margin (dB) results.
Refer to section 6.5.2.3.5 of the 3GPP 36.521-1 specification for more information.

Return Value

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

See Also

Log in to get a better experience