pypowsybl.network.Network.set_min_validation_level#
- Network.set_min_validation_level(validation_level)[source]#
Set the minimum validation level for the network.
- Parameters:
validation_level (ValidationLevel) – the validation level
- Raises:
pypowsybl.PyPowsyblError – if any validation check is not consistent with the new minimum validation level.
- Return type:
None