Script execution
This commit is contained in:
@@ -3,7 +3,7 @@ class Detector(DeviceBase):
|
||||
DeviceBase.__init__(self, name)
|
||||
|
||||
def doInitialize(self):
|
||||
DeviceBase.doInitialize(self)
|
||||
super(DeviceBase, self).doInitialize()
|
||||
|
||||
def start():
|
||||
setState(State.Busy)
|
||||
@@ -11,6 +11,5 @@ class Detector(DeviceBase):
|
||||
def stop():
|
||||
setState(State.Ready)
|
||||
|
||||
|
||||
def doClose(self):
|
||||
DeviceBase.doClose(self)
|
||||
def doClose(self):
|
||||
super(DeviceBase, self).doClose()
|
||||
Reference in New Issue
Block a user