API
Configuration
|
|
Create an instance of classinfo from a descriptor. |
Hardware Extension Points
Communicate with connection to retrieve data. |
|
Commit all pending proposals to the underlying hardware device. |
|
Set a value proposal for the hardware. |
|
Helper func to reduce boilerplate when transforming input and output data. |
Calibration Extension Points
Base Interface class for all calibration implementations. |
|
|
This creates the calibration procedure, which is composed of a sequence of actions. |
|
Initialize transformers from calibration procedure measured data. |
Base Interface class for implementing transformations. |
|
Override to implement a fitting function responsible for returning a |
|
Implement and return some transformation upon the input. |
|
Implement and return some transformation upon the input. |
Experiment Control Extension Points
Main function to implement control procedure code. |
Evolver manager
|