Changeset 12338
- Timestamp:
- 10/30/11 23:56:13 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/biasctrl.cc
r12279 r12338 26 26 using namespace BIAS; 27 27 28 //#define DEBUG28 #define DEBUG 29 29 30 30 // ------------------------------------------------------------------------ … … 2009 2009 2010 2010 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"); 2012 2012 2013 2013 if (step>230) // 5V … … 2096 2096 ("dev", var<string>("FTE00FOH"), "Device address of USB port to bias-power supply") 2097 2097 ("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.") 2099 2099 ("ramp-step", var<uint16_t>(46), "Maximum step in DAC counts during ramping (Volt = DAC*90/4096)") 2100 2100 ("update-interval", var<uint32_t>(3000), "Interval between two current requests in milliseconds")
Note:
See TracChangeset
for help on using the changeset viewer.