Ignore:
Timestamp:
08/26/11 09:47:05 (13 years ago)
Author:
ogrimm
Message:
Ramping also for decreasing voltage
File:
1 edited

Legend:

Unmodified
Added
Removed
  • fact/BIASctrl/Crate.h

    r11906 r11915  
    1616const unsigned int MAX_NUM_BOARDS = 13; // Maximum number of boards per crate
    1717const unsigned int NUM_CHANNELS = 32;   // Channels per bias board
    18 const float RESISTOR = 1000;                    // Resistance in Ohm for voltage correction
     18const float RESISTOR = 2000;                    // Resistance in Ohm for voltage correction
    1919const int MAX_ERR_COUNT = 10;   // Maximum number of errors before reporting stopped
    2020class User;
     
    2323 
    2424    class User *m;
    25         int CrateNumber;
    2625        int fDescriptor;
    2726        FILE *File;
Note: See TracChangeset for help on using the changeset viewer.