Specifies the mode for performing the IQ measurement.

You do not need to use a selector string to configure or read this property for the default signal instance. Refer to the Selector Strings topic for information about the string syntax for named signals.

The default value is Normal.

Remarks

The following table lists the characteristics of this property.

Short Name IQ Meas Mode
Data type ci32.png
Permissions Read/Write
High-level VIs N/A
Resettable Yes
Normal 0

Performs the measurement in the normal RFmx execution mode and supports all the RFmx features such as overlapped measurements.

RawIQ 1

Reduces the overhead introduced by this measurement by not copying and storing the data in RFmx. In this mode IQ data needs to be retrieved using RFmxInstr Fetch Raw IQ VI instead of RFmxSpecAn IQ Fetch Data VI. RFmxInstr Fetch Raw IQ directly fetches the data from the hardware.

The following list describes the limitations of using this mode,

  • No other measurements can be enabled along with this IQ measurement.
  • You must fetch the IQ data before initiating another RFmx measurement because the data is not stored in RFmx.