Gets the overlap mode when you set the SetMeasurementMethod(string, RFmxLteMXAcpMeasurementMethod) method to SequentialFft. In Sequential FFT method, the measurement divides all the acquired samples into smaller FFT chunks of equal size. Then the FFT is computed for each chunk. The resultant FFTs are averaged to get the spectrum used to compute the ACP.

Syntax

Namespace: NationalInstruments.RFmx.LteMX

public int GetFftOverlapMode(string selectorString, out RFmxLteMXAcpFftOverlapMode value)

Remarks

This method gets the value of AcpFftOverlapMode attribute. The default value is Disabled.

Parameters

NameTypeDescription
selectorStringstring

Pass an empty string. The signal name that is passed when creating the signal configuration is used.

valueout RFmxLteMXAcpFftOverlapMode

Upon return, contains how overlapping is applied when computing the FFT of the acquired samples.

Returns

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