GetFftOverlap(string, out double)
- Updated2025-04-08
- 1 minute(s) read
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
Name | Type | Description |
---|---|---|
selectorString | string | Pass an empty string. The signal name that is passed when creating the signal configuration is used. |
value | out 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.