Skip to content
Snippets Groups Projects
Commit 5d0de9af authored by Mattia Mancini's avatar Mattia Mancini
Browse files

SSB-47: Rename function

parent 3cdc705a
No related branches found
No related tags found
1 merge request!44Merge back holography to master
......@@ -40,7 +40,7 @@ def antenna_id_from_rcu_type(rcu, type):
return int(antenna_id)
def antenna_id_polarization_from_rcu_mode_polarization(rcu, mode):
def antenna_id_from_rcu_mode_polarization(rcu, mode):
if mode in MODE_TO_COMPONENT:
type = MODE_TO_COMPONENT[mode]
return antenna_id_from_rcu_type(rcu, type)
......
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