diff --git a/Femto-DS/Femto.py b/Femto-DS/Femto.py
index 9d2a6a3840c1848a59934d1f73610763ea7c4e64..9885b70cce74f9a184283c7fb759859c3227c0e0 100644
--- a/Femto-DS/Femto.py
+++ b/Femto-DS/Femto.py
@@ -108,8 +108,8 @@ class Femto(Device):
 
             # Now getting a variable node using its browse path
             self.opc_obj = self.client.get_root_node().get_child(["0:Objects",
-                                                "{}:StationMetrics".format(idx),
-                                                "{}:RCU".format(idx)])
+                "{}:FEMTO".format(idx),
+                "{}:RCU_error_spectra".format(idx)])
             print("Connected to the OPC-UA server %s" % (self.OPC_Server_Name))
         except Exception as e:
             print("Failed to connect to the OPC-UA server %s.  Traceback: %s" % (self.OPC_Server_Name, traceback.format_exc()))