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

Remove Pwr_dig_RW MP

parent 091dc44e
No related branches found
No related tags found
No related merge requests found
......@@ -195,15 +195,6 @@
"1"
]
},
"Pwr_dig_RW": {
"event_period": [
"0"
],
"rel_change": [
"-1",
"1"
]
},
"Temp_R": {
"event_period": [
"0"
......@@ -279,8 +270,6 @@
"0",
"pwr_dig_r",
"0",
"pwr_dig_rw",
"0",
"temp_r",
"0",
"state",
......
......@@ -195,15 +195,6 @@
"1"
]
},
"Pwr_dig_RW": {
"event_period": [
"0"
],
"rel_change": [
"-1",
"1"
]
},
"Temp_R": {
"event_period": [
"0"
......@@ -279,8 +270,6 @@
"0",
"pwr_dig_r",
"0",
"pwr_dig_rw",
"0",
"temp_r",
"0",
"state",
......
......@@ -164,11 +164,6 @@ class RCUSCC(Device):
dtype='DevLong64',
)
# Pwr_dig_RW = attribute(
# dtype='DevLong64',
# access=AttrWriteType.READ_WRITE,
# )
#
# Temp_R = attribute(
# dtype='DevDouble',
# )
......@@ -247,9 +242,6 @@ class RCUSCC(Device):
self._Pwr_dig_R = 0
self.attribute_mapping["Pwr_dig_R"] = {}
# self._Pwr_dig_RW = 0
# self.attribute_mapping["Pwr_dig_RW"] = {}
#
# self._Temp_R = 0
# self.attribute_mapping["Temp_R"] = {}
#
......@@ -312,8 +304,6 @@ class RCUSCC(Device):
self.attribute_mapping["Pwr_dig_R"] = self.pcc_node.get_child(["{}:RCU{:02d}_Pwr_dig_R".format(self.name_space_index, self.RCU)])
# self.attribute_mapping["Pwr_dig_RW"] = self.pcc_node.get_child(["{}:RCU{:02d}_Pwr_dig_RW".format(self.name_space_index, self.RCU)])
#
# self.attribute_mapping["Temp_R"] = self.pcc_node.get_child(["{}:RCU{:02d}_Temp_R".format(self.name_space_index, self.RCU)])
#
# self.attribute_mapping["RCU_off"] = self.pcc_node.get_child(["{}:RCU{:02d}_RCU_off".format(self.name_space_index, self.RCU)])
......@@ -549,20 +539,6 @@ class RCUSCC(Device):
return self._Pwr_dig_R
# PROTECTED REGION END # // RCUSCC.Pwr_dig_R_read
# def read_Pwr_dig_RW(self):
# # PROTECTED REGION ID(RCUSCC.Pwr_dig_RW_read) ENABLED START #
# """Return the Pwr_dig_RW attribute."""
# self._Pwr_dig_RW = self.attribute_mapping["Pwr_dig_RW"].get_value()
# return self._Pwr_dig_RW
# # PROTECTED REGION END # // RCUSCC.Pwr_dig_RW_read
#
# def write_Pwr_dig_RW(self, value):
# # PROTECTED REGION ID(RCUSCC.Pwr_dig_RW_write) ENABLED START #
# """Set the Pwr_dig_RW attribute."""
# self.attribute_mapping["Pwr_dig_RW"].set_value(value)
# self._Pwr_dig_RW = value
# # PROTECTED REGION END # // RCUSCC.Pwr_dig_RW_write
#
# def read_Temp_R(self):
# # PROTECTED REGION ID(RCUSCC.Temp_R_read) ENABLED START #
# """Return the Temp_R attribute."""
......
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