small change
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>
Wed, 14 Feb 2007 11:08:08 +0000 (11:08 +0000)
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>
Wed, 14 Feb 2007 11:08:08 +0000 (11:08 +0000)
lib/python/Components/NimManager.py

index c7e4750c9374ca1adb1d6a44f7b961089b552f95..d6d9d7869a2c25edf4394e5c84b61e00a0d8f85b 100644 (file)
@@ -663,7 +663,7 @@ def InitSecParams():
        x.addNotifier(lambda configElement: secClass.setParam(secClass.DELAY_AFTER_TONEBURST, configElement.value))
        config.sec.delay_after_toneburst = x
 
        x.addNotifier(lambda configElement: secClass.setParam(secClass.DELAY_AFTER_TONEBURST, configElement.value))
        config.sec.delay_after_toneburst = x
 
-       x = ConfigInteger(default=200)
+       x = ConfigInteger(default=120)
        x.addNotifier(lambda configElement: secClass.setParam(secClass.DELAY_AFTER_ENABLE_VOLTAGE_BEFORE_SWITCH_CMDS, configElement.value))
        config.sec.delay_after_enable_voltage_before_switch_command = x
 
        x.addNotifier(lambda configElement: secClass.setParam(secClass.DELAY_AFTER_ENABLE_VOLTAGE_BEFORE_SWITCH_CMDS, configElement.value))
        config.sec.delay_after_enable_voltage_before_switch_command = x