pypowsybl.dynamic.Parameters¶
- class Parameters(start_time=None, stop_time=None, provider_parameters=None)[source]¶
Parameters for a dynamic simulation execution.
All parameters are first read from you configuration file, then overridden with the constructor arguments.
- Parameters:
start_time (float | None) – instant of time at which the dynamic simulation begins, in seconds
stop_time (float | None) – instant of time at which the dynamic simulation ends, in seconds
provider_parameters (Dict[str, str] | None) – Define parameters linked to the dynamic simulation provider currently Dynawo is the only provider handled by pypowsybl
Methods
__init__([start_time, stop_time, ...])