RFmx Demod VIs

RFmxDemod Select Measurement (VI)

  • Updated2023-10-12
  • 3 minute(s) read
 RFmxDemod Select Measurement (VI)

RFmxDemod Select Measurement (VI)

Owning Palette: RFmx Demod VIs

Specifies the measurements that you want to enable. To select a single measurement, use the Single Measurement instance. To select multiple measurements, use the Multiple Measurements instance.

RFmxDemod Select Measurement (Single)

Enables the measurement that you specify in the Measurement parameter and disables all other measurements.

RFmxDemod Select Measurement (Single)

cio.gif

Instrument Handle In specifies the RFmx session refnum. Instrument Handle In is obtained from the RFmxInstr Initialize NIRFSA VI.

cenum.gif

Measurement specifies the measurement to perform. You can specify one of the following measurements.

ADemod (0)

Enables analog demodulation measurement.

DDemod (1)

Enables digital demodulation measurement.

cbool.gif

Enable All Traces specifies whether to enable all the traces for the selected measurement.

cstr.gif

Selector String comprises of the signal name. If you do not specify the signal name, the default signal instance is used. The default value is "" (empty string).

Example:

""

"signal::sig1"

You can use the RFmxDemod Build Signal String VI to build the selector string.

cerrcodeclst.gif

error in describes error conditions that occur before this node runs. This input provides standard error in functionality.

iio.gif

Instrument Handle Out passes a reference to your RFmx session to the next VI.

ierrcodeclst.gif

error out contains error information. This output provides standard error out functionality.

RFmxDemod Select Measurement (Multiple)

Enables all the measurements that you specify in the Measurements parameter and disables all other measurements.

RFmxDemod Select Measurement (Multiple)

cio.gif

Instrument Handle In specifies the RFmx session refnum. Instrument Handle In is obtained from the RFmxInstr Initialize NIRFSA VI.

cenum.gif

Measurements specifies an array of measurements to perform. You can specify the following measurements.

ADemod (0)

Enables analog demodulation measurements.

DDemod (1)

Enables digital demodulation measurements.

cbool.gif

Enable All Traces specifies whether to enable all the traces for the selected measurements.

cstr.gif

Selector String comprises of the signal name. If you do not specify the signal name, the default signal instance is used. The default value is "" (empty string).

Example:

""

"signal::sig1"

You can use the RFmxDemod Build Signal String VI to build the selector string.

cerrcodeclst.gif

error in describes error conditions that occur before this node runs. This input provides standard error in functionality.

iio.gif

Instrument Handle Out passes a reference to your RFmx session to the next VI.

ierrcodeclst.gif

error out contains error information. This output provides standard error out functionality.

Log in to get a better experience