pypowsybl.sensitivity.create_zone_from_injections_and_shift_keys# create_zone_from_injections_and_shift_keys(id, injection_index, shift_keys)[source]# Create country zone with custom generator name and shift keys :param country: Identifier of the zone :param injection_index: IDs of the injection :param shift_keys: shift keys for the generators Returns: The zone object Parameters: id (str) – injection_index (List[str]) – shift_keys (List[float]) – Return type: Zone