Skip to content
Snippets Groups Projects
Commit 7374e588 authored by Jan David Mol's avatar Jan David Mol
Browse files

L2SS-271: Fixed typos

parent 3f28d699
No related branches found
No related tags found
1 merge request!93L2SS-271: Emergency patches
...@@ -26,7 +26,7 @@ from tango import AttrWriteType ...@@ -26,7 +26,7 @@ from tango import AttrWriteType
from clients.attribute_wrapper import attribute_wrapper from clients.attribute_wrapper import attribute_wrapper
from clients.opcua_client import OPCUAConnection from clients.opcua_client import OPCUAConnection
from clients.StatisticsClient import StatisticsClient from clients.statistics_client import StatisticsClient
from devices.hardware_device import hardware_device from devices.hardware_device import hardware_device
......
...@@ -120,7 +120,7 @@ class Statistics(hardware_device, metaclass=ABCMeta): ...@@ -120,7 +120,7 @@ class Statistics(hardware_device, metaclass=ABCMeta):
""" user code here. is called when the sate is set to INIT """ """ user code here. is called when the sate is set to INIT """
"""Initialises the attributes and properties of the statistics device.""" """Initialises the attributes and properties of the statistics device."""
self.statistics_client = StasticsClient(self.STATISTICS_COLLECTOR_CLASS, "0.0.0.0", self.Statistics_Client_Port, self.Fault, self) self.statistics_client = StatisticsClient(self.STATISTICS_COLLECTOR_CLASS, "0.0.0.0", self.Statistics_Client_Port, self.Fault, self)
self.OPCUA_client = OPCUAConnection("opc.tcp://{}:{}/".format(self.OPC_Server_Name, self.OPC_Server_Port), "http://lofar.eu", self.OPC_Time_Out, self.Fault, self) self.OPCUA_client = OPCUAConnection("opc.tcp://{}:{}/".format(self.OPC_Server_Name, self.OPC_Server_Port), "http://lofar.eu", self.OPC_Time_Out, self.Fault, self)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment