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