This commit is contained in:
GukSang.Jin
2026-05-18 09:47:22 +08:00
parent 3db2f360b1
commit 175d0983d4
8 changed files with 197 additions and 13 deletions

View File

@@ -69,6 +69,8 @@ namespace TabletTester2025
DissolutionTargetRpm REAL,
DissolutionRSquared REAL,
DissolutionSampleInterval INTEGER,
Dissolution1SampleInterval REAL,
Dissolution2SampleInterval REAL,
DissolutionUpDownFreq REAL,
-- 综合
@@ -129,6 +131,8 @@ namespace TabletTester2025
("TestBatches", "DissolutionTargetRpm", "REAL", "50"),
("TestBatches", "DissolutionRSquared", "REAL", "0"),
("TestBatches", "DissolutionSampleInterval", "INTEGER", "5"),
("TestBatches", "Dissolution1SampleInterval", "REAL", "5"),
("TestBatches", "Dissolution2SampleInterval", "REAL", "5"),
("TestBatches", "DissolutionUpDownFreq", "REAL", "32"),
("TestBatches", "HardnessRSD", "REAL", "0"), // 已存在但确保
("TestBatches", "RemainingTubesAtEnd", "INTEGER", "0"),