13 out <<
" (Crate=" << dec << Crate() <<
", Board=" << Board() <<
", Version=" << (
fVersion>>8) <<
"." << (
fVersion&0xff) <<
", DNA=" << hex <<
fDNA <<
")" << endl;
19 out <<
"Time: " << setprecision(3) << fixed <<
fTimeStamp/10000. <<
"s" << endl;
23 out <<
" N/40 = " << dec << GetTriggerLogic() << endl;
30 if (HasTriggerLPext())
32 if (HasTriggerLPint())
42 out <<
" LPset = " << GetTriggerLPset() << endl;
48 out <<
"DAC: " << dec;
50 out <<
" " <<
fDac[
i];
53 out <<
"Temp: " << dec;
55 out <<
" " << GetTemp(
i);
58 out <<
"Status=" << hex <<
fStatus << endl;
60 out <<
" RefClk locked (PLLLCK): ";
61 if ((PLLLCK()&15)==15)
68 <<
"0:" << ((PLLLCK()&1)?
"yes":
"no") <<
" " 69 <<
"1:" << ((PLLLCK()&2)?
"yes":
"no") <<
" " 70 <<
"2:" << ((PLLLCK()&4)?
"yes":
"no") <<
" " 71 <<
"3:" << ((PLLLCK()&8)?
"yes":
"no") << endl;
74 if (IsRefClockTooLow())
77 out <<
" Domino wave (Denable): " << (HasDenable()?
"enabled":
"disabled") << endl;
78 out <<
" DRS sampling (Dwrite): " << (HasDwrite()?
"enabled":
"disabled") << endl;
79 out <<
" Dig.clock manager (DCM): " << (IsDcmLocked()?
"locked":
"unlocked");
80 out <<
" / " << (IsDcmReady()?
"ready":
"not ready") << endl;
81 out <<
" SPI Serial Clock (SCLK): " << (HasSpiSclk()?
"enabled":
"disabled") << endl;
82 out <<
" Busy enabled: ";
84 out <<
"constantly enabled" << endl;
86 out << (HasBusyOff()?
"constantly disabled":
"normal") << endl;
87 out <<
" Trigger line enabled: " << (HasTriggerEnabled()?
"enabled":
"disabled") << endl;
88 out <<
" Continous trigger enabled: " << (HasContTriggerEnabled()?
"enabled":
"disabled") << endl;
89 out <<
" Data transmission socket: " << (IsInSock17Mode()?
"Socket 1-7":
"Sockets 0") << endl;
94 out <<
"Chip=" << dec << Chip() <<
" Ch=" << Channel() <<
":";