instrument
Module Contents
Classes
This class represents Datasets that are mapped from other datasets |
- class instrument.Instrument(name)
Bases:
pykkn.storage.Storage
This class represents Datasets that are mapped from other datasets using a given model
This can be used to convert the input of a sensor to its physical data using the given model for example polynomials or lookup tables.
- Parameters
name (str) – the name of the instrument
Examples
instrument = Instrument(‘instrument1’)
instrument.add([model1, model2])