MettlerToledo devices
SICS
- class app.workspace.devices.MettlerToledo.classes.SICS.SICS(*args, **kwargs)
Bases:
ConnectorMettler Toledo Standard Interface Command Set
Commands:
‘1’: self.get_weight,
‘2’: self.get_info
- disconnect()
Terminate the connection between the application and physical device.
- get_info()
Get the balance available info.
- Returns
Model, SN, SW, capacity and unit.
- get_weight()
Get actual measured weight.
WARNING: can raise Exception(“Unknown unit %s”)
- Returns
Current weight in grams and stability of measured weight (1 - stable, 0 - dynamic).
- test_connection() bool
Test the connection between the application and physical device.