fix: keep RPU runtime voltage at default in PFC tests

This commit is contained in:
2026-08-07 14:33:47 +08:00
parent 87959b20e6
commit 833ae17c6e
-1
View File
@@ -110,7 +110,6 @@ class PfcBaseline:
def start_charging(self): def start_charging(self):
self.rpu.set_charging(True) self.rpu.set_charging(True)
time.sleep(START_CHARGING_WAIT_S) time.sleep(START_CHARGING_WAIT_S)
self.rpu.set_runtime_voltage(VELOAD)
self.rpu.set_runtime_current(IOUT_REF) self.rpu.set_runtime_current(IOUT_REF)
time.sleep(CHARGING_RAMP_WAIT_S) time.sleep(CHARGING_RAMP_WAIT_S)