Files
FootwearTest-20260602/Footwear Test methodsfor wholeshoe Slipresistanceperformance/Models/DeviceSettings.cs
2026-06-02 18:14:01 +08:00

17 lines
502 B
C#

namespace Footwear_Test_methodsfor_wholeshoe_Slipresistanceperformance.Models
{
public sealed record DeviceSettings(
string ManualSpeed,
string ManualDisplacement,
string TestSpeed,
string NormalPressureZero,
string NormalPressureCoefficient,
string FrictionZero1,
string FrictionCoefficient1,
string FrictionZero2,
string FrictionCoefficient2,
string PlcPortName,
string AdcPortName,
int BaudRate);
}