system.kanoa.item.getMeasureGapAnalysis(paramsDict)
Returns the time gap between consecutive measure events, flagging gaps above a threshold.
Parameters
paramsDict Dictionary
| - gapThresholdSecs | Integer | Optional seconds above which a gap is flagged, defaults to 120 |
| - measureId | Integer | Optional |
| - tStampEnd | DateTime | Optional range end, inclusive |
| - tStampStart | DateTime | Optional range start, inclusive |
Returns
data pyDataset
Example