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