diff --git a/ohmpi/hardware_system.py b/ohmpi/hardware_system.py index fe645263fde298d070437d12dedbdad9f762a41e..19645f09fb90927234a39a0dfcaa2ba11604c587 100644 --- a/ohmpi/hardware_system.py +++ b/ohmpi/hardware_system.py @@ -345,7 +345,9 @@ class OhmPiHardware: if new_vab == vab_max: print('Vab bounded by Vab max') elif new_vab == cond_p_max: - print('Vab bounded by Pmax') + print('Vab bounded by P max') + elif new_vab == cond_iab_max: + print('Vab bounded by Iab max') else: assert new_vab == cond_vmn_max print('Vab bounded by Vmn max')