RFmx LTE VIs

Table of Contents

RFmxLTE Select Measurement (VI)

  • Updated2024-04-10
  • 4 minute(s) read

RFmxLTE Select Measurement (VI)

Owning Palette: RFmx LTE 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.

RFmxLTE Select Measurement (Single)

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

RFmxLTE 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 the following measurements. The default value is ACP.

ACP (0)

Enables the ACP measurement.

CHP (1)

Enables the CHP measurement.

ModAcc (2)

Enables the ModAcc measurement.

OBW (3)

Enables the OBW measurement.

SEM (4)

Enables the SEM measurement.

PVT (5)

Enables the PVT measurement.

SlotPhase (6)

Enables the SlotPhase measurement.

SlotPower (7)

Enables the SlotPower measurement.

cbool.gif

Enable All Traces specifies whether to enable all traces for the selected measurement. The default value is FALSE.

cstr.gif

Selector String specifies a selector string comprising of the signal name. If you do not specify the signal name, the default signal instance is used. The default is "" (empty string).

Example:

"signal::sig1"

You can use the RFmxLTE 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.

RFmxLTE Select Measurement (Multiple)

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

RFmxLTE Select Measurement (Multiple)

cio.gif

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

c1denum.gif

Measurements specifies the measurements to perform. You can specify one or more of the following measurements. The default value is an empty array.

ACP (0)

Enables the ACP measurement.

CHP (1)

Enables the CHP measurement.

ModAcc (2)

Enables the ModAcc measurement.

OBW (3)

Enables the OBW measurement.

SEM (4)

Enables the SEM measurement.

PVT (5)

Enables the PVT measurement.

SlotPhase (6)

Enables the SlotPhase measurement.

SlotPower (7)

Enables the SlotPower measurement.

cbool.gif

Enable All Traces specifies whether to enable all traces for the selected measurement. The default value is FALSE.

cstr.gif

Selector String specifies a selector string comprising of the signal name. If you do not specify the signal name, the default signal instance is used. The default is "" (empty string).

Example:

"signal::sig1"

You can use the RFmxLTE 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