Voltage and current limits are set by the variables:
constexpr float32_t overvoltage_tolerance = 80.0F; //[V] Set overvoltage tolerance
constexpr float32_t overcurrent_tolerance = 8.0F; //[A] Set overcurrent tolerance
When protection is used, we can't perform the stack tests cause somehow they identify that these limits are reached.