This commit is contained in:
@@ -46,7 +46,7 @@ public class TestParameters
|
|||||||
public int MeasurementCount { get; set; } = 10;
|
public int MeasurementCount { get; set; } = 10;
|
||||||
[Range(5, 300)]
|
[Range(5, 300)]
|
||||||
public int IntervalSeconds { get; set; } = 30;
|
public int IntervalSeconds { get; set; } = 30;
|
||||||
public double PlatinumWireLength { get; set; } = 0.056; // 默认 5.6 cm
|
public double PlatinumWireLength { get; set; } = 0.040; // 默认 5.6 cm
|
||||||
public double PlatinumWireDiameter { get; set; } = 0.00006;
|
public double PlatinumWireDiameter { get; set; } = 0.00006;
|
||||||
public string ReportOutputPath { get; set; } = "Reports\\";
|
public string ReportOutputPath { get; set; } = "Reports\\";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user