pypowsybl.dynamic.SimulationResult#

class SimulationResult(handle)[source]#

Can only be instantiated by run()

Methods

__init__(handle)

curves()

Dataframe of the curves results, columns are the curves names and rows are timestep

final_state_values()

Dataframe of the final state values results, first column is the fsv names, second one the final state values

status()

Status of the simulation (SUCCESS or FAILURE)

status_text()

Status text of the simulation (failure description or empty if success)

timeline()

Dataframe of the simulation timeline, first column is the event time, second one the model name and the third one the event message

Parameters:

handle (pypowsybl._pypowsybl.JavaHandle) –