Root Mean Square Voltage VI
- Updated2023-02-21
- 6 minute(s) read
Root Mean Square Voltage VI
Owning Palette: Level VIs
Requires: Jitter Analysis Toolkit
Measures the RMS values of unit intervals in a waveform. Wire data to the waveform input to determine the polymorphic instance to use or manually select the instance.
Root Mean Square Voltage (DBL)
This instance operates on the waveform data type when the Y data values are double-precision, floating-point numeric values. Use the I8 instance of this VI with integer data to reduce the size of the data and the memory usage.

![]() |
waveform is the waveform to measure.
| ||||||||||||||
![]() |
level crossings contains information about the locations of level crossings in the original waveform. You can use the Level Crossing VI to generate this cluster.
| ||||||||||||||
![]() |
error in describes error conditions that occur before this node runs. This input provides standard error in functionality. | ||||||||||||||
![]() |
rising/falling specifies the direction of the transition at which to begin the measurement. This VI begins measuring at the first transition of that direction in the waveform.
|
||||||||||||||
![]() |
Vrms sequence is an array of the RMS values for each unit interval in the waveform. | ||||||||||||||
![]() |
Vrms timestamps returns timing information about the waveform that allows you to identify the times at which measurements in the corresponding sequence occur.
| ||||||||||||||
![]() |
error out contains error information. This output provides standard error out functionality. |
Root Mean Square Voltage (I8)
This instance operates on the waveform data type when the Y data values are 8-bit signed integers.

![]() |
waveform is the waveform to measure.
| ||||||||||||||
![]() |
level crossings contains information about the locations of level crossings in the original waveform. You can use the Level Crossing VI to generate this cluster.
| ||||||||||||||
![]() |
error in describes error conditions that occur before this node runs. This input provides standard error in functionality. | ||||||||||||||
![]() |
rising/falling specifies the direction of the transition at which to begin the measurement. This VI begins measuring at the first transition of that direction in the waveform.
|
||||||||||||||
![]() |
Vrms sequence is an array of the RMS values for each unit interval in the waveform. | ||||||||||||||
![]() |
Vrms timestamps returns timing information about the waveform that allows you to identify the times at which measurements in the corresponding sequence occur.
| ||||||||||||||
![]() |
error out contains error information. This output provides standard error out functionality. |












