Index: trunk/FACT++/src/biasctrl.cc
===================================================================
--- trunk/FACT++/src/biasctrl.cc	(revision 12337)
+++ trunk/FACT++/src/biasctrl.cc	(revision 12338)
@@ -26,5 +26,5 @@
 using namespace BIAS;
 
-//#define DEBUG
+#define DEBUG
 
 // ------------------------------------------------------------------------
@@ -2009,5 +2009,5 @@
 
         const uint16_t step = conf.Get<uint16_t>("ramp-step");
-        const uint16_t time = conf.Get<uint16_t>("ramp-time");
+        const uint16_t time = conf.Get<uint16_t>("ramp-delay");
 
         if (step>230) // 5V
@@ -2096,5 +2096,5 @@
         ("dev",             var<string>("FTE00FOH"),  "Device address of USB port to bias-power supply")
         ("quiet,q",         po_bool(),           "Disable printing contents of all received messages (except dynamic data) in clear text.")
-        ("ramp-time",       var<uint16_t>(15),   "Delay between the answer of one ramping step and sending the next ramp command to all channels in milliseconds.")
+        ("ramp-delay",      var<uint16_t>(15),   "Delay between the answer of one ramping step and sending the next ramp command to all channels in milliseconds.")
         ("ramp-step",       var<uint16_t>(46),   "Maximum step in DAC counts during ramping (Volt = DAC*90/4096)")
         ("update-interval", var<uint32_t>(3000), "Interval between two current requests in milliseconds")
