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

Merge branch...

Merge branch '2021-04-01T09.16.46-Branched_from_master-Address_latest_pypcc_modifications' into 'master'

Remove spaces in uC_ID_R node name

See merge request !8
parents 72af933f 9ad004d9
No related branches found
No related tags found
1 merge request!8Remove spaces in uC_ID_R node name
...@@ -288,7 +288,7 @@ class PCC(Device): ...@@ -288,7 +288,7 @@ class PCC(Device):
self.attribute_mapping["HBA_element_pwr_RW"] = self.get_pcc_node("HBA_element_pwr_RW") self.attribute_mapping["HBA_element_pwr_RW"] = self.get_pcc_node("HBA_element_pwr_RW")
self.attribute_mapping["uC_ID_R"] = self.get_pcc_node("uC_ID _R") self.attribute_mapping["uC_ID_R"] = self.get_pcc_node("uC_ID_R")
self.attribute_mapping["RCU_monitor_rate_RW"] = self.get_pcc_node("RCU_monitor_rate_RW") self.attribute_mapping["RCU_monitor_rate_RW"] = self.get_pcc_node("RCU_monitor_rate_RW")
......
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