@kvaser/canking-api
Version:
CanKing API to communicate with the CanKing service using Node.js.
52 lines (27 loc) • 791 B
Markdown
[**Kvaser CanKing GUI Extensions SDK v7.5.1**](../../README.md)
***
[Kvaser CanKing GUI Extensions SDK](../../modules.md) / [hooks](../README.md) / ISignalDataEnvelope
Interface: ISignalDataEnvelope
Interface for signal data envelope.
Each envelope contains arrays of time, min, and max values for a signal.
All arrays are aligned by index.
# Properties
## max
**max**: `number`[]
The maximum values of the signal data.
***
## min
**min**: `number`[]
The minimum values of the signal data.
***
## qualifiedName
**qualifiedName**: `string`
The qualified name of the signal.
***
## sourceId?
`optional` **sourceId**: `string`
The source identifier of the signal.
***
## timeUs
**timeUs**: `number`[]
The timestamps of the signal data in microseconds.