This commit is contained in:
@@ -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");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user