Revert ""

This reverts commit adaffdfa74.
This commit is contained in:
xyy
2026-05-28 11:20:05 +08:00
parent adaffdfa74
commit 60ce5dab82
3 changed files with 6 additions and 6 deletions

View File

@@ -94,7 +94,7 @@ namespace ASTM_D7896_Tester.Services
await SendCommandAsync($"VOLT:DC:RANG {DefaultVoltageRange}");
// 3. 设置积分时间 0.02PLC(最快速度)
await SendCommandAsync("VOLT:DC:NPLC 0.02");
await SendCommandAsync("VOLT:DC:NPLC 10");
// 4. 关闭自动归零(提高速度)
await SendCommandAsync("VOLT:DC:ZERO:AUTO OFF");