SetMeasurementMode(string, RFmxSpecAnMXIQMeasurementMode)
- Updated2025-10-13
- 1 minute(s) read
Sets IQ Measurement Mode, whether to fetch Normal IQ Data or RawIQ data.
Syntax
Namespace: NationalInstruments.RFmx.SpecAnMX
public int SetMeasurementMode(string selectorString, RFmxSpecAnMXIQMeasurementMode value)
Remarks
This method sets the value of IQMeasurementMode attribute.
Parameters
| Name | Type | Description |
|---|---|---|
| selectorString | string | Pass an empty string. The signal name that is passed when creating the signal configuration is used. |
| value | RFmxSpecAnMXIQMeasurementMode | Specifies the mode for performing the IQ measurement. |
Returns
Returns the status code of this method. The status code either indicates success or describes a warning condition.