mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-05-01 10:20:04 +02:00
vref_ds wasnt included
git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@216 951219d9-93cf-4727-9268-0efd64621fa3
This commit is contained in:
parent
f686a575b6
commit
3229c849ab
@ -2354,7 +2354,6 @@ int slsDetector::setModule(sls_detector_module module){
|
||||
int imod=module.module;
|
||||
|
||||
|
||||
|
||||
#ifdef VERBOSE
|
||||
std::cout << "slsDetector set module " << std::endl;
|
||||
#endif
|
||||
|
@ -2663,7 +2663,7 @@ string slsDetectorCommand::cmdDAC(int narg, char *args[], int action) {
|
||||
dac=VSH_POT;
|
||||
else if (cmd=="viopower")
|
||||
dac=VIO_POT;
|
||||
else if (cmd=="vrefds")
|
||||
else if (cmd=="vref_ds")
|
||||
dac=G_VREF_DS;
|
||||
else if (cmd=="vcascn_pb")
|
||||
dac=G_VCASCN_PB;
|
||||
|
Loading…
x
Reference in New Issue
Block a user