fix: keep RPU runtime voltage at default in PFC tests
This commit is contained in:
@@ -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)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user