Changeset 12338 for trunk


Ignore:
Timestamp:
10/30/11 23:56:13 (13 years ago)
Author:
tbretz
Message:
Renamed option ramp-time to ramp-delay
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/biasctrl.cc

    r12279 r12338  
    2626using namespace BIAS;
    2727
    28 //#define DEBUG
     28#define DEBUG
    2929
    3030// ------------------------------------------------------------------------
     
    20092009
    20102010        const uint16_t step = conf.Get<uint16_t>("ramp-step");
    2011         const uint16_t time = conf.Get<uint16_t>("ramp-time");
     2011        const uint16_t time = conf.Get<uint16_t>("ramp-delay");
    20122012
    20132013        if (step>230) // 5V
     
    20962096        ("dev",             var<string>("FTE00FOH"),  "Device address of USB port to bias-power supply")
    20972097        ("quiet,q",         po_bool(),           "Disable printing contents of all received messages (except dynamic data) in clear text.")
    2098         ("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.")
     2098        ("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.")
    20992099        ("ramp-step",       var<uint16_t>(46),   "Maximum step in DAC counts during ramping (Volt = DAC*90/4096)")
    21002100        ("update-interval", var<uint32_t>(3000), "Interval between two current requests in milliseconds")
Note: See TracChangeset for help on using the changeset viewer.