UNPKG

@kvaser/canking-api

Version:

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

34 lines (17 loc) 763 B
[**Kvaser CanKing GUI Extensions SDK v7.5.1**](../../README.md) *** [Kvaser CanKing GUI Extensions SDK](../../modules.md) / [hooks](../README.md) / IMeasurementSetupContext # Interface: IMeasurementSetupContext Measurement setup context value. ## Properties ### error > **error**: `Error` \| `null` If there was an error loading the measurement setup, this can contain the error details *** ### isLoaded > **isLoaded**: `boolean` Indicates whether the measurement setup has been loaded (either successfully or with an error) *** ### measurementSetup > **measurementSetup**: [`MeasurementSetup`](../../models/interfaces/MeasurementSetup.md) \| `null` Can be null if the measurement setup has not been loaded yet or if there was an error loading it