From 0a3905802ff6179fb332f9538d9898a66a10fec3 Mon Sep 17 00:00:00 2001
From: Dhanya Thattil <33750417+thattil@users.noreply.github.com>
Date: Wed, 9 Oct 2019 16:59:34 +0200
Subject: [PATCH] removed dacs not required for mythen3
---
slsDetectorSoftware/src/slsDetectorCommand.cpp | 16 +---------------
1 file changed, 1 insertion(+), 15 deletions(-)
diff --git a/slsDetectorSoftware/src/slsDetectorCommand.cpp b/slsDetectorSoftware/src/slsDetectorCommand.cpp
index f5d53e808..d02c54dfc 100755
--- a/slsDetectorSoftware/src/slsDetectorCommand.cpp
+++ b/slsDetectorSoftware/src/slsDetectorCommand.cpp
@@ -1318,21 +1318,7 @@ slsDetectorCommand::slsDetectorCommand(multiSlsDetector *det) {
descrToFuncMap[i].m_pFuncName = "vipreout";
descrToFuncMap[i].m_pFuncPtr = &slsDetectorCommand::cmdDAC;
++i;
-
- /*! \page settings
- - vIpre Sets/gets dac for xxx for Mythen3. Normally in DAC units unless \c mv is specified at the end of the command line. \c Returns \c (int ["mV"])
- */
- descrToFuncMap[i].m_pFuncName = "vrfsh";
- descrToFuncMap[i].m_pFuncPtr = &slsDetectorCommand::cmdDAC;
- ++i;
-
- /*! \page settings
- - vIpre Sets/gets dac for xxx for Mythen3. Normally in DAC units unless \c mv is specified at the end of the command line. \c Returns \c (int ["mV"])
- */
- descrToFuncMap[i].m_pFuncName = "vrfshnpol";
- descrToFuncMap[i].m_pFuncPtr = &slsDetectorCommand::cmdDAC;
- ++i;
-
+
/*! \page settings
- vref_h_adc Sets/gets dac for reference voltage high of ADC for Gotthard2. Normally in DAC units unless \c mv is specified at the end of the command line. \c Returns \c (int ["mV"])
*/