aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components/NimManager.py
diff options
context:
space:
mode:
authorStefan Pluecken <stefan.pluecken@multimedia-labs.de>2005-12-30 19:51:15 +0000
committerStefan Pluecken <stefan.pluecken@multimedia-labs.de>2005-12-30 19:51:15 +0000
commit99664f9122c380480189d7ad7ecfcd73de226d2a (patch)
tree2db250cb362357efbf1261d8f4a562517fd90662 /lib/python/Components/NimManager.py
parent7854bfd7b576e0a06f33e4e91a1edc637b0fab10 (diff)
downloadenigma2-99664f9122c380480189d7ad7ecfcd73de226d2a.tar.gz
enigma2-99664f9122c380480189d7ad7ecfcd73de226d2a.zip
add missing components for advanced sat setup
Diffstat (limited to 'lib/python/Components/NimManager.py')
-rw-r--r--lib/python/Components/NimManager.py20
1 files changed, 20 insertions, 0 deletions
diff --git a/lib/python/Components/NimManager.py b/lib/python/Components/NimManager.py
index 2b62b8d4..a4984e62 100644
--- a/lib/python/Components/NimManager.py
+++ b/lib/python/Components/NimManager.py
@@ -227,7 +227,27 @@ class SecConfigure:
# finally add the orbital positions
for y in lnbSat[x]:
sec.addSatellite(y)
+ currSat = config.Nims[slotid].advanced.sat[y]
+ if currentConfigSelectionElement(currSat.voltage) == "polarization":
+ pass
+ elif currentConfigSelectionElement(currSat.voltage) == "13V":
+ pass
+ elif currentConfigSelectionElement(currSat.voltage) == "18V":
+ pass
+ if currentConfigSelectionElement(currSat.tonemode) == "band":
+ pass
+ elif currentConfigSelectionElement(currSat.tonemode) == "on":
+ pass
+ elif currentConfigSelectionElement(currSat.tonemode) == "off":
+ pass
+
+ if currentConfigSelectionElement(currSat.usals) == "no":
+ pass # use currSat.rotorposition.value to set the stored rotor position
+ else:
+ pass # use usals for this sat!
+
+
def __init__(self, nimmgr):
self.NimManager = nimmgr
self.update()