|
|
|
@@ -14,7 +14,7 @@ namespace MaiMuAOI.SysUI.ProcessStep.Prop |
|
|
|
{
|
|
|
|
[PropertyOrder(1), Browsable(true), Category("1 测试"), DisplayName("1.1 测试次数"), Description("需要进行的张力测试次数")]
|
|
|
|
public int TestCnt { get; set; }
|
|
|
|
[PropertyOrder(2), Browsable(true), Category("2 参数"), DisplayName("2.1 读取延时(ms)"), Description("测试读取数据之前延时ms")]
|
|
|
|
[PropertyOrder(2), Browsable(true), Category("2 参数"), DisplayName("2.1 读取延时(ms)"), Description("测试读取数据之后延时ms")]
|
|
|
|
public int DelayTime { get; set; }
|
|
|
|
[PropertyOrder(3), Browsable(true), Category("2 参数"), DisplayName("2.2 读取N个数据"), Description("测试读取多少数据")]
|
|
|
|
public int DataCnt { get; set; }
|
|
|
|
|