Gets the recommended FFT window type for spectral acquisition.
This method is supported when
1. RFmxInstrMX(string, string) is called with option string "AnalysisOnly=1".
2. RFmxInstrMX(string[], string) is called with option string 'AnalysisOnly=1;MaxNumWfms:n'. Use 'instr(n)' as the selector string to read this method.

Syntax

Namespace: NationalInstruments.RFmx.InstrMX

public int GetRecommendedSpectralFftWindow(string channelName, out RFmxInstrMXRecommendedSpectralFftWindow value)

Remarks

This method gets the value of RecommendedSpectralFftWindow attribute.

Parameters

NameTypeDescription
channelNamestring

Specifies the port number.
Example: "port0".
You can use the BuildPortString2(string, string, string, int) method to build the selector string.

valueout RFmxInstrMXRecommendedSpectralFftWindow

Upon return, contains the recommended FFT window type for spectral acquisition.

Returns

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