Skip to content
Snippets Groups Projects
Commit 7ffed084 authored by Thomas Juerges's avatar Thomas Juerges
Browse files

Set the namespace uri to http://lofar.eu

parent cf911a3b
No related branches found
No related tags found
No related merge requests found
......@@ -104,7 +104,7 @@ class Femto(Device):
self.client.connect()
self.client.load_type_definitions()
objects = self.client.get_objects_node()
idx = self.client.get_namespace_index(DEFAULT_URI)
idx = self.client.get_namespace_index("http://lofar.eu")
# Now getting a variable node using its browse path
self.opc_obj = self.client.get_root_node().get_child(["0:Objects",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment