RFmxLTE Select Measurement (VI)
- Updated2024-04-10
- 4 minute(s) read
RFmxLTE Select Measurement (VI)
Owning Palette: RFmx LTE VIsSpecifies 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.
![]() |
Instrument Handle In specifies the RFmx session refnum. Instrument Handle In is obtained from the RFmxInstr Initialize NIRFSA VI. |
||||||||||||||||
![]() |
Measurement specifies the measurement to perform. You can specify one the following measurements. The default value is ACP.
|
||||||||||||||||
![]() |
Enable All Traces specifies whether to enable all traces for the selected measurement. The default value is FALSE. |
||||||||||||||||
![]() |
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. |
||||||||||||||||
![]() |
error in describes error conditions that occur before this node runs. This input provides standard error in functionality. |
||||||||||||||||
![]() |
Instrument Handle Out passes a reference to your RFmx session to the next VI. |
||||||||||||||||
![]() |
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.
![]() |
Instrument Handle In specifies the RFmx session refnum. Instrument Handle In is obtained from the RFmxInstr Initialize NIRFSA VI. |
||||||||||||||||
![]() |
Measurements specifies the measurements to perform. You can specify one or more of the following measurements. The default value is an empty array.
|
||||||||||||||||
![]() |
Enable All Traces specifies whether to enable all traces for the selected measurement. The default value is FALSE. |
||||||||||||||||
![]() |
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. |
||||||||||||||||
![]() |
error in describes error conditions that occur before this node runs. This input provides standard error in functionality. |
||||||||||||||||
![]() |
Instrument Handle Out passes a reference to your RFmx session to the next VI. |
||||||||||||||||
![]() |
error out contains error information. This output provides standard error out functionality. |