RFmx LTE DotNET

RFmxLteMXModAccConfiguration.ConfigureFftWindowOffset Method

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

RFmxLteMXModAccConfigurationConfigureFftWindowOffset Method

Configures the position of the FFT window that is used to calculate the EVM.

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 ConfigureFftWindowOffset(
	string selectorString,
	double fftWindowOffset
)
Public Function ConfigureFftWindowOffset ( 
	selectorString As String,
	fftWindowOffset As Double
) As Integer

Parameters

selectorString
Type: SystemString
Pass an empty string. The signal name that is passed when creating the signal configuration is used.
fftWindowOffset
Type: SystemDouble
Specifies the position of the FFT window that is used to calculate the EVM. The offset is expressed as a percentage of the cyclic prefix length. If you set this parameter to 0, the EVM window starts from the end of cyclic prefix. If you set this parameter to 100, the EVM window starts from the beginning of cyclic prefix.

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