|
Power Sensor Library
|
Data structure containing pulse information. More...
#include <PwrSnsrLib.h>
Data Fields | |
| float | Width |
| float | Peak |
| float | Min |
| float | PulseAvg |
| float | Position |
| float | RiseProximal |
| float | RiseDistal |
| float | RiseTime |
| float | FallProximal |
| float | FallDistal |
| float | FallTime |
Data structure containing pulse information.
| float FallDistal |
Position in time for the distal crossing on the falling edge of the pulse.
| float FallProximal |
Position in time for the proximal crossing on the falling edge of the pulse.
| float FallTime |
Fall time of the pulse.
| float Min |
Minimum instanaeous power measurement.
| float Peak |
Peak (max instanaeous) power measurement.
| float Position |
Time position corresponding to the mesial crossing of the rising edge for the pulse.
| float PulseAvg |
Average power measurement for the pulse.
| float RiseDistal |
Position in time for the distal crossing on the rising edge of the pulse.
| float RiseProximal |
Position in time for the proximal crossing on the rising edge of the pulse.
| float RiseTime |
Rise time of the pulse.
| float Width |
Pulse width is defined as the interval between the first and second signal crossings of the mesial line.
1.8.15