SetFftOverlap(string, double)
- Updated2025-10-13
- 1 minute(s) read
Sets 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 SetFftOverlap(string selectorString, double value)
Remarks
This method gets the value of AcpFftOverlap attribute.
Parameters
| Name | Type | Description |
|---|---|---|
| selectorString | string | Pass an empty string. The signal name that is passed when creating the signal configuration is used. |
| value | 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.