This commit is contained in:
xyy
2026-06-05 19:18:29 +08:00
parent 9eb7c54ac8
commit 4764ca789b
2 changed files with 3 additions and 3 deletions

View File

@@ -46,7 +46,7 @@ public class TestParameters
public int MeasurementCount { get; set; } = 10;
[Range(5, 300)]
public int IntervalSeconds { get; set; } = 30;
public double PlatinumWireLength { get; set; } = 0.056; // 默认 5.6 cm
public double PlatinumWireLength { get; set; } = 0.04; // 默认 5.6 cm
public double PlatinumWireDiameter { get; set; } = 0.00006;
public string ReportOutputPath { get; set; } = "Reports\\";