Closedown
This commit is contained in:
@@ -6,10 +6,10 @@ class Detector(DeviceBase):
|
||||
pass
|
||||
|
||||
def start(self):
|
||||
setState(State.Busy)
|
||||
self.setState(State.Busy)
|
||||
|
||||
def stop(self):
|
||||
setState(State.Ready)
|
||||
self.setState(State.Ready)
|
||||
|
||||
def doClose(self):
|
||||
pass
|
||||
@@ -6,10 +6,10 @@ class StdDaq(DeviceBase):
|
||||
pass
|
||||
|
||||
def start(self):
|
||||
setState(State.Busy)
|
||||
self.setState(State.Busy)
|
||||
|
||||
def stop(self):
|
||||
setState(State.Ready)
|
||||
self.setState(State.Ready)
|
||||
|
||||
def doClose(self):
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user