pypowsybl.security.SecurityAnalysis.add_load_reactive_power_action# SecurityAnalysis.add_load_reactive_power_action(action_id, load_id, is_relative, reactive_power)[source]# Add a load action, modifying the load reactive power Parameters: action_id (str) – unique ID for the action load_id (str) – load identifier is_relative (bool) – whether the reactive power change specified is absolute, or relative to current load reactive power reactive_power (float) – the reactive power change Return type: None