@kvaser/canking-api
Version:
CanKing API to communicate with the CanKing service using Node.js.
26 lines (13 loc) • 691 B
Markdown
[**Kvaser CanKing GUI Extensions SDK v7.5.1**](../../README.md)
***
[Kvaser CanKing GUI Extensions SDK](../../modules.md) / [hooks](../README.md) / useScrollModeMeasurementData
# Function: useScrollModeMeasurementData()
> **useScrollModeMeasurementData**(`startUs?`): [`Frame`](../../models/interfaces/Frame.md)[]
A hook for scroll mode measurement data. Will return the latest measurement data. Will include at most 500 frames.
## Parameters
### startUs?
`number`
Optional start time (in microseconds) to read from the scroll data buffer. Any frame with a timestamp less than this will be excluded.
## Returns
[`Frame`](../../models/interfaces/Frame.md)[]
The measurement data.