Ignore:
Timestamp:
06/18/15 14:15:24 (9 years ago)
Author:
dneise
Message:
using new takeRun library
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/FACT++_scripts_refactoring/CheckUnderflow.js

    r18224 r18233  
    77            // include('scripts/Hist1D.js');  // DN: apparently not even used.
    88            include('scripts/Hist2D.js');
    9             include('scripts/Func.js')
     9            include('scripts/Func.js');
     10            include('scripts/takeRun.js');
    1011
    1112            console.out(("\n%78s".$("")).replace(/ /g, "="));
     
    1617                dim.wait("FTM_CONTROL", "Valid");
    1718            }
    18 
    19 
    20            
    2119
    2220            var table = [
     
    10199                sub_startrun.get(5000);
    102100
    103                 include('scripts/takeRun.js');
     101               
     102                takeRun.attachFadControlIncompleteOnChange();
    104103
    105104                while (1)
     
    123122                    var thread = new Thread(250, stop);
    124123
    125                     var rc = takeRun("drs-gain");
     124                    var rc = takeRun.takeRun("drs-gain");
    126125
    127126                    thread.kill();
Note: See TracChangeset for help on using the changeset viewer.