pypowsybl.dynamic.EventMapping.add_reference_voltage_variation¶
- EventMapping.add_reference_voltage_variation(df=None, **kwargs)[source]¶
Creates a reference voltage variation event on synchronized and synchronous generator
- Parameters:
- Return type:
None
Notes
Data may be provided as a dataframe or as keyword arguments. In the latter case, all arguments must have the same length.
Valid attributes are:
static_id: id of the generator affected by the event
start_time: timestep at which the event happens
delta_u: reference voltage variation
Examples
Using keyword arguments:
event_mapping.add_reference_voltage_variation(static_id='GEN', start_time=14, delta_u=2)