GetAnalysisInput(string, out RFmxSpecAnMXSpectrumAnalysisInput)
- Updated2025-10-13
- 1 minute(s) read
Gets whether to analyze just the real I or Q component of the acquired IQ data, or analyze the complex IQ data.
Syntax
Namespace: NationalInstruments.RFmx.SpecAnMX
public int GetAnalysisInput(string selectorString, out RFmxSpecAnMXSpectrumAnalysisInput value)
Remarks
This method gets the value of SpectrumAnalysisInput attribute.The default value is IQ.
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 RFmxSpecAnMXSpectrumAnalysisInput | Upon return, contains whether to analyze just the real I or Q component of the acquired IQ data, or analyze the complex IQ data. |
Returns
Returns the status code of this method. The status code either indicates success or describes a warning condition.