浏览代码

bluke调整关高压参数

cxs 1 月之前
父节点
当前提交
8ef65b6a7e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      OTSCPP/OTSControl/Bruker/OTSSEMBruker.cpp

+ 1 - 1
OTSCPP/OTSControl/Bruker/OTSSEMBruker.cpp

@@ -399,7 +399,7 @@ namespace OTSController {
 		// turn HT off if a_bHTValue is FALSE
 		if (!a_bHTValue)
 		{
-			if (!m_pBrukerImplPtr->SwitchSEMOff(TRUE, FALSE, FALSE))
+			if (!m_pBrukerImplPtr->SwitchSEMOff(a_bHTValue, FALSE, FALSE))
 			{
 				// failed to call SwitchSEMOff method
 				LogErrorTrace(__FILE__, __LINE__, _T("COTSSEMBruker::SetHTOnOff : failed to call SwitchSEMOff method."));