Closedown

This commit is contained in:
gac-x12sa
2023-01-05 13:02:10 +01:00
parent 39b32b9957
commit f649363ac3

View File

@@ -9,14 +9,14 @@ class Detector(DeviceBase):
def start(self):
self.state.assertIs(State.Ready)
if not self.simulated:
pass
if not self.simulated:
pass
self.setState(State.Busy)
def stop(self):
self.state.assertIs(State.Busy)
if not self.simulated:
pass
if not self.simulated:
pass
self.setState(State.Ready)
def get_pars(self):