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

Forgot to add "sdp_" to tod_R in mapping set-up

parent 0849c30e
No related branches found
No related tags found
No related merge requests found
...@@ -185,7 +185,7 @@ class SDP(Device): ...@@ -185,7 +185,7 @@ class SDP(Device):
self.attribute_mapping["fpga_weights_R"] = self.get_node("fpga_weights_R") self.attribute_mapping["fpga_weights_R"] = self.get_node("fpga_weights_R")
self.attribute_mapping["fpga_weights_RW"] = self.get_node("fpga_weights_RW") self.attribute_mapping["fpga_weights_RW"] = self.get_node("fpga_weights_RW")
self.attribute_mapping["sdp_info_R"] = self.get_node("sdp_info") self.attribute_mapping["sdp_info_R"] = self.get_node("sdp_info")
self.attribute_mapping["tod_R"] = self.get_node("tod") self.attribute_mapping["sdp_tod_R"] = self.get_node("tod")
self.attribute_mapping["translator_network_R"] = self.get_node("translator_network") self.attribute_mapping["translator_network_R"] = self.get_node("translator_network")
self.attribute_mapping["translator_timing_R"] = self.get_node("translator_timing") self.attribute_mapping["translator_timing_R"] = self.get_node("translator_timing")
...@@ -228,7 +228,7 @@ class SDP(Device): ...@@ -228,7 +228,7 @@ class SDP(Device):
self._sdp_info_R = "NOT_INITIALISED" self._sdp_info_R = "NOT_INITIALISED"
self.attribute_mapping["sdp_info_R"] = {} self.attribute_mapping["sdp_info_R"] = {}
self._tod_R = "NOT_INITIALISED" self._tod_R = "NOT_INITIALISED"
self.attribute_mapping["tod_R"] = {} self.attribute_mapping["sdp_tod_R"] = {}
self._translator_network_R = "NOT_INITIALISED" self._translator_network_R = "NOT_INITIALISED"
self.attribute_mapping["translator_network_R"] = {} self.attribute_mapping["translator_network_R"] = {}
self._translator_timing_R = "NOT_INITIALISED" self._translator_timing_R = "NOT_INITIALISED"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment