RFmxSpecAn Select Measurement (VI)
- Updated2023-10-12
- 4 minute(s) read
RFmxSpecAn Select Measurement (VI)
Owning Palette: RFmx SpecAn 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.
RFmxSpecAn 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 of 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 value is "" (empty string). Example: "" "signal::sig1" You can use the RFmxSpecAn 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 of your RFmx session to the next VI. |
||||||||||||||||||||||||||||||||||
![]() |
error out contains error information. This output provides standard error out functionality. |
RFmxSpecAn 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 measurement to perform. You can specify one or more of the following measurements. The default 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 value is "" (empty string). Example: "" "signal::sig1" You can use the RFmxSpecAn 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 of your RFmx session to the next VI. |
||||||||||||||||||||||||||||||||||
![]() |
error out contains error information. This output provides standard error out functionality. |