ppi property

  1. @JsonKey(readValue: _readPpi)
int ppi
final

ppInMs Pulse to Pulse interval in milliseconds. The value indicates the quality of PP-intervals. When error estimate is below 10ms the PP-intervals are probably very accurate. Error estimate values over 30ms may be caused by movement artefact or too loose sensor-skin contact.

Implementation

@JsonKey(readValue: _readPpi)
final int ppi;