You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Users often request WLM calibration, hence the server should support it.
How the feature is implemented
The workflow is as below.
A request to calibrate is received.
If there is a task handler, i.e., the measurement is running, it returns an error.
Otherwise, it creates a new task handler and sends the messages to 1) calibrate and 2) close the WLM connection.
Task handler receives the messages, and perform them.
The calibration info is stored in config model.
Additional context
Whenever it calibrates, the task handler is recreated and the WLM connection is reopened, thus it looks too inefficient.
I will improve the workflow in #36, so please ignore this for now.
The text was updated successfully, but these errors were encountered:
Feature you want to implement
Users often request WLM calibration, hence the server should support it.
How the feature is implemented
The workflow is as below.
The calibration info is stored in
config
model.Additional context
Whenever it calibrates, the task handler is recreated and the WLM connection is reopened, thus it looks too inefficient.
I will improve the workflow in #36, so please ignore this for now.
The text was updated successfully, but these errors were encountered: