@kvaser/canking-api
Version:
CanKing API to communicate with the CanKing service using Node.js.
36 lines (18 loc) • 717 B
Markdown
[**Kvaser CanKing GUI Extensions SDK v7.5.1**](../../README.md)
***
[Kvaser CanKing GUI Extensions SDK](../../modules.md) / [ipc](../README.md) / addDataProcessor
# Function: addDataProcessor()
> **addDataProcessor**(`dataProcessorNode`, `previousNode?`, `nextNode?`): `Promise`\<`void`\>
Adds a new data processor node to the current measurement setup.
## Parameters
### dataProcessorNode
[`DataProcessorNodeProperties`](../../models/interfaces/DataProcessorNodeProperties.md)
The new data processor node.
### previousNode?
`string`
Identifier of the pervious node in the measurement setup.
### nextNode?
`string`
Identifier of the next node in the measurement setup.
## Returns
`Promise`\<`void`\>