Gets the samples to overlap between the consecutive chunks as a percentage of the ACP Sequential FFT Size property value when you set the SetMeasurementMethod(string, RFmxLteMXAcpMeasurementMethod) method to SequentialFft and the SetFftOverlapMode(string, RFmxLteMXAcpFftOverlapMode) method to UserDefined.

Syntax

Namespace: NationalInstruments.RFmx.LteMX

public int GetFftOverlap(string selectorString, out double value)

Remarks

This method gets the value of AcpFftOverlap attribute.

Parameters

NameTypeDescription
selectorStringstring

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

valueout double

Upon return, the samples to overlap between the consecutive chunks as a percentage of the AcpSequentialFftSize property value.

Returns

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