-
Notifications
You must be signed in to change notification settings - Fork 1
Supported devices
Matej Troják edited this page Mar 18, 2021
·
10 revisions
Each class contains list of available device types with link to their implementation. There can be found command interpreter with particular command ID
s and documentation of individual commands. The table also contains extra initialisation parameters (if applicable).
Class | Type | Extra |
---|---|---|
PSI | PBR | |
GAS | ||
GMS | ||
Phenometrics | PBR |
host_port: str ,encryption_key: str
|
SEDtronic | TH_IB2 | |
U1W_TVSL | ||
MettlerToledo | SICS |
In addition to enumerated classes, there is an extra class called test
which mimics class PSI
(supports the same devices and commands) by implementing a virtual deice for testing. We refer to integration test for examples of initialisation of test
devices.