From 802277187c41843e8055086760a4c7564b62b273 Mon Sep 17 00:00:00 2001 From: hanqiangqiang <1364346467@qq.com> Date: Mon, 20 May 2024 15:01:34 +0800 Subject: [PATCH] =?UTF-8?q?[RT.EquipmentLibrary]=20=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E6=98=82=E5=9D=A4=E5=8F=82=E6=95=B0=E8=8A=82=E7=82=B9=E8=AF=BB?= =?UTF-8?q?=E5=8F=96=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../HardwareUnits/Temps/AKunTemp/AKunTemp.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MECF.Framework.RT.EquipmentLibrary/HardwareUnits/Temps/AKunTemp/AKunTemp.cs b/MECF.Framework.RT.EquipmentLibrary/HardwareUnits/Temps/AKunTemp/AKunTemp.cs index 8e8948a..928b530 100644 --- a/MECF.Framework.RT.EquipmentLibrary/HardwareUnits/Temps/AKunTemp/AKunTemp.cs +++ b/MECF.Framework.RT.EquipmentLibrary/HardwareUnits/Temps/AKunTemp/AKunTemp.cs @@ -90,7 +90,7 @@ namespace MECF.Framework.RT.EquipmentLibrary.HardwareUnits.Temps /// private int GetScIntegrationTime() { - var integrationTime = SC.GetValue($"{Name}.IntegrationTime"); // the minimum value should be 10ms. + var integrationTime = SC.GetValue($"{ScBasePath}.IntegrationTime"); // the minimum value should be 10ms. if (integrationTime < 10) integrationTime = 10;