From 1562d9cab21e5300dbc2cecd7ba558ea3ae21500 Mon Sep 17 00:00:00 2001 From: "Ryan@SOLARIS_testStation" Date: Mon, 28 Oct 2024 15:41:54 -0400 Subject: [PATCH] add QDC group copy --- DigiSettingsPanel.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/DigiSettingsPanel.cpp b/DigiSettingsPanel.cpp index 3daaaa1..bbcf641 100644 --- a/DigiSettingsPanel.cpp +++ b/DigiSettingsPanel.cpp @@ -1328,6 +1328,7 @@ void DigiSettingsPanel::SetUpInquiryCopyTab(){ std::vector regList; if( digi[fromIndex]->GetDPPType() == V1730_DPP_PHA_CODE ) regList = RegisterChannelList_PHA; if( digi[fromIndex]->GetDPPType() == V1730_DPP_PSD_CODE ) regList = RegisterChannelList_PSD; + if( digi[fromIndex]->GetDPPType() == V1740_DPP_QDC_CODE ) regList = RegisterChannelList_QDC; int fromCh = -1; for( int i = 0; i < MaxRegChannel; i++) {