Browse Source

bluke调整关高压参数

cxs 1 tháng trước cách đây
mục cha
commit
8ef65b6a7e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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."));