Skip to content
Snippets Groups Projects

L2SS-234: Inspect archive from python

Merged Stefano Di Frischia requested to merge L2SS-234-inspect-archive-from-python into master
Files
6
@@ -17,7 +17,7 @@ sys.path.append(parentdir)
# PyTango imports
from tango import DevState
from tango.server import run, Device, attribute, command
from numpy import random
from numpy import random, double
__all__ = ["Random_Data", "main"]
@@ -388,7 +388,7 @@ class Random_Data(Device):
min_warning = 0.98,
fget = read,
)
# General methods
def init_device(self):
"""
Loading