-
Notifications
You must be signed in to change notification settings - Fork 1
Supported tasks
Matej Troják edited this page Mar 18, 2021
·
9 revisions
Each class contains list of available task types. The table contains extra initialization parameters and their description.
Class | Type | Extra parameters |
---|---|---|
General | PBR_general_pump |
'min_od': int - lowed OD bound,'max_od': int - upper OD bound,'device_id': str - ID of target device,'measure_all_task_id': str - associated measurement task,'pump_on_command': dict - command to turn on pump,'pump_off_command': dict - command to turn off pump |
measure_all_desync |
'device_id': str - ID of target device,'frequency_to_commands': {int: commands} - |
|
periodic_regime | ||
PSI | PBR_measure_all | |
GAS_measure_all | ||
GMS_measure_all | ||
MettlerToledo | Balance_measure_weight | |
SEDtronic | U1W_TVSL_measure_all | |
TH_IB2_measure_all |
We refer to intergration test for examples of tasks on test
device.