UNPKG

@kvaser/canking-api

Version:

CanKing API to communicate with the CanKing service using Node.js.

74 lines (37 loc) 1.2 kB
[**Kvaser CanKing GUI Extensions SDK v7.5.1**](../../README.md) *** [Kvaser CanKing GUI Extensions SDK](../../modules.md) / [models](../README.md) / SignalValueTrigger # Interface: SignalValueTrigger A message for defining an On Signal Value trigger. ## Properties ### frameId > **frameId**: `string` The identifier of the frame containing the signal. Prefix with 0x to indicate hex-format. *** ### frameIdType > **frameIdType**: `string` The type of id used, 'extended' or 'standard' *** ### operator > **operator**: [`SignalValueTriggerOperator`](../enumerations/SignalValueTriggerOperator.md) The operator to use. *** ### signalMaxValue > **signalMaxValue**: `number` The max value to look for, if a value range is used. *** ### signalMinValue > **signalMinValue**: `number` The min value to look for, if a value range is used. *** ### signalQualifiedName > **signalQualifiedName**: `string` The name of the signal. *** ### signalValue > **signalValue**: `number` The value to look for, if a single value is used. *** ### sourceId? > `optional` **sourceId**: `string` The source identifier of the frame to look for. If not specified, all sources are considered.