Automatically detects the standard, channel bandwidth, and burst length on the I/Q complex waveform that you specify in IQ Parameter, and writes the NationalInstruments.RFmx.WlanMX.RFmxWlanMX.GetDetectedStandard(string,NationalInstruments.RFmx.WlanMX.RFmxWlanMXStandard@) , GetDetectedChannelBandwidth(string, out double) , and GetDetectedBurstLength(string, out double) methods.

Syntax

Namespace: NationalInstruments.RFmx.WlanMX

public int AutoDetectSignalAnalysisOnly(string selectorString, ComplexWaveform< ComplexSingle > IQ)

Parameters

NameTypeDescription
selectorStringstring

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

IQComplexWaveform< ComplexSingle >

Specifies the data for a complex waveform including the start, delta, and actual values.

Returns

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