GetFftOverlapMode(string, out RFmxSpecAnMXSpectrumFftOverlapMode)
- Updated2025-10-13
- 1 minute(s) read
Gets the overlap mode when you set the SpectrumMeasurementMethod method to SequentialFft.
Syntax
Namespace: NationalInstruments.RFmx.SpecAnMX
public int GetFftOverlapMode(string selectorString, out RFmxSpecAnMXSpectrumFftOverlapMode value)
Remarks
This method gets the value of SpectrumFftOverlapMode attribute.The default value is Disabled.
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 RFmxSpecAnMXSpectrumFftOverlapMode | Upon return, contains the overlap mode when you set the SpectrumMeasurementMethod method to SequentialFft. |
Returns
Returns the status code of this method. The status code either indicates success or describes a warning condition.