Fall Time VI
- Updated2023-02-21
- 7 minute(s) read
Fall Time VI
Owning Palette: Timing VIs
Requires: Jitter Analysis Toolkit
Measures the transition duration of falling transitions in a waveform. The duration of a falling transition, or fall time, is the difference in time between its start index and end index. Wire data to the waveform input to determine the polymorphic instance to use or manually select the instance.
Fall Time (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.
| ||||||||||||||||||||||||||||
![]() |
transitions contains information about the transitions in the waveform. Use the Find Transitions VI to generate this cluster.
| ||||||||||||||||||||||||||||
![]() |
error in describes error conditions that occur before this node runs. This input provides standard error in functionality. | ||||||||||||||||||||||||||||
![]() |
fall time sequence is an array of the durations, in seconds, between the beginning and end of each falling transition. | ||||||||||||||||||||||||||||
![]() |
fall time 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. |
Fall Time (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.
| ||||||||||||||||||||||||||||
![]() |
transitions contains information about the transitions in the waveform. Use the Find Transitions VI to generate this cluster.
| ||||||||||||||||||||||||||||
![]() |
error in describes error conditions that occur before this node runs. This input provides standard error in functionality. | ||||||||||||||||||||||||||||
![]() |
fall time sequence is an array of the durations, in seconds, between the beginning and end of each falling transition. | ||||||||||||||||||||||||||||
![]() |
fall time 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. |
Fall Time Details
A rising transition duration is known as rise time, and a falling transition duration is known as fall time, as shown in the following example: