RFmx LTE VIs

Table of Contents

RFmxLTE Initiate (VI)

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

RFmxLTE Initiate (VI)

Owning Palette: RFmx LTE VIs

Initiates all enabled measurements. Call this VI after configuring the signal and measurement. This VI asynchronously launches measurements in the background and immediately returns to the caller program. You can fetch measurement results using the Fetch VIs or result properties in the property node. To get the status of measurements, use the RFmxLTE Wait for Measurement Complete VI or RFmxLTE Check Measurement Status VI.

RFmxLTE Initiate

cio.gif

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

cstr.gif

Result Name specifies the name to be associated with measurement results. Provide a unique name, such as "r1" to enable fetching of multiple measurement results and traces. This input accepts the result name with or without the "result::" prefix. The default value is "" (empty string) which refers to default result instance.

Example:

"result::r1"

"r1"

cstr.gif

Selector String specifies a selector string comprising of the signal name and result name. The result name can either be specified through this input or the Result Name parameter. If you do not specify the signal name, the default signal instance is used. If you do not specify the result name in this input, either the result name specified by Result Name parameter or the default result instance is used. The default is "" (empty string).

Example:

"signal::sig1"

"result::r1"

"signal::sig1/result::r1"

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.

istr.gif

Selector String Out returns the selector string that can be passed to the Selector String parameter of Configure, Initiate, and Fetch VIs.

ierrcodeclst.gif

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

Log in to get a better experience