Closedown
This commit is contained in:
@@ -16,6 +16,8 @@ class Detector(DeviceBase):
|
||||
return self.simulated_pars
|
||||
|
||||
def set_pars(self, pars):
|
||||
print pars
|
||||
print type(pars)
|
||||
if type(pars) == dict:
|
||||
self.simulated_pars=pars
|
||||
|
||||
|
||||
Reference in New Issue
Block a user