This commit is contained in:
xyy
2026-05-28 13:20:56 +08:00
parent 6c4a230446
commit b68886fee7

View File

@@ -321,7 +321,7 @@ public partial class D7896ViewModel : ObservableObject
double[] ustd = await _th1963Ustd.FetchBatchAsync();
double[] upt = await _th1953Ustd.FetchBatchAsync();
for (int j = 0; j < 20 && j < ustd.Length; j++)
for (int j = 0; j < 5 && j < ustd.Length; j++)
{
Logger.Log($"第{j}点: U_std={ustd[j]:F6} V, U_pt={upt[j]:F6} V");
}