mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-22 03:40:04 +02:00
looks at dac names in settings file for moench and gotthard
git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@633 951219d9-93cf-4727-9268-0efd64621fa3
This commit is contained in:
parent
831baa70c7
commit
adcf1e2e8c
@ -100,6 +100,15 @@ slsDetectorDefs::sls_detector_module* energyConversion::readSettingsFile(string
|
||||
case MYTHEN:
|
||||
break;
|
||||
case MOENCH:
|
||||
names[id++]="Vdac0";
|
||||
names[id++]="Vdac1";
|
||||
names[id++]="Vdac2";
|
||||
names[id++]="Vdac3";
|
||||
names[id++]="Vdac4";
|
||||
names[id++]="Vdac5";
|
||||
names[id++]="Vdac6";
|
||||
names[id++]="Vdac7";
|
||||
break;
|
||||
case GOTTHARD:
|
||||
names[id++]="Vref";
|
||||
names[id++]="VcascN";
|
||||
@ -332,6 +341,15 @@ int energyConversion::writeSettingsFile(string fname, detectorType myDetectorTyp
|
||||
names[id++]="outBuffEnable";
|
||||
break;
|
||||
case MOENCH:
|
||||
names[id++]="Vdac0";
|
||||
names[id++]="Vdac1";
|
||||
names[id++]="Vdac2";
|
||||
names[id++]="Vdac3";
|
||||
names[id++]="Vdac4";
|
||||
names[id++]="Vdac5";
|
||||
names[id++]="Vdac6";
|
||||
names[id++]="Vdac7";
|
||||
break;
|
||||
case GOTTHARD:
|
||||
names[id++]="Vref";
|
||||
names[id++]="VcascN";
|
||||
|
Loading…
x
Reference in New Issue
Block a user