Changeset 15038


Ignore:
Timestamp:
03/12/13 19:36:08 (12 years ago)
Author:
tbretz
Message:
display no time if no drs calib
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/scripts/CheckUnderflow.js

    r14997 r15038  
    8484console.out(" * Now:                "+now);
    8585console.out(" * Last power cycle:   "+power);
    86 console.out(" * Last DRS calib set: "+runs.time);
     86console.out(" * Last DRS calib set: "+(runs.data?runs.time:"none"));
    8787//console.out(JSON.stringify(dim.state("AGILENT_CONTROL")));
    8888
Note: See TracChangeset for help on using the changeset viewer.