Skip to content
Snippets Groups Projects

support Inficon gauges

Merged Martin Teichmann requested to merge physlab into master
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -350,6 +350,8 @@ class FastEtherCat(SimpleEtherCat):
class SyncGroupBase:
missed_counter = 0
current_data = None
def __init__(self, ec, devices, **kwargs):
super().__init__(**kwargs)
self.ec = ec
@@ -419,8 +421,6 @@ class SyncGroup(SyncGroupBase):
class FastSyncGroup(SyncGroupBase, XDP):
license = "GPL"
current_data = None
properties = ArrayMap()
def __init__(self, ec, devices, **kwargs):
Loading