aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python/Components')
-rw-r--r--lib/python/Components/NimManager.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/python/Components/NimManager.py b/lib/python/Components/NimManager.py
index 0e983200..25dd0701 100644
--- a/lib/python/Components/NimManager.py
+++ b/lib/python/Components/NimManager.py
@@ -46,12 +46,14 @@ class SecConfigure:
sec.setLNBLOFL(9750000)
sec.setLNBLOFH(10600000)
sec.setLNBThreshold(11750000)
+ sec.setLNBIncreasedVoltage(lnbParam.OFF)
sec.setRepeats(0)
sec.setFastDiSEqC(0)
sec.setSeqRepeat(0)
sec.setVoltageMode(switchParam.HV)
sec.setToneMode(switchParam.HILO)
sec.setCommandOrder(0)
+
#user values
sec.setDiSEqCMode(diseqcmode)
sec.setToneburst(toneburstmode)
@@ -77,6 +79,7 @@ class SecConfigure:
sec.addSatellite(int(x[1]))
sec.setVoltageMode(0)
sec.setToneMode(0)
+ sec.setRotorPosNum(0) # USALS
self.satList.append(int(x[1]))
def setSatposDepends(self, sec, nim1, nim2):