Gets the overlap mode when you set the SetMeasurementMethod(string, RFmxSpecAnMXAcpMeasurementMethod) method to SequentialFft.

Syntax

Namespace: NationalInstruments.RFmx.SpecAnMX

public int GetFftOverlapMode(string selectorString, out RFmxSpecAnMXAcpFftOverlapMode value)

Remarks

This method gets the value of AcpFftOverlapMode attribute.The default value is Disabled.

Parameters

NameTypeDescription
selectorStringstring

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

valueout RFmxSpecAnMXAcpFftOverlapMode

Upon return, contains the overlap mode when you set the SetMeasurementMethod(string, RFmxSpecAnMXAcpMeasurementMethod) method to SequentialFft.

Returns

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