pypowsybl.shortcircuit.ShortCircuitAnalysisResult.voltage_bus_results#

property ShortCircuitAnalysisResult.voltage_bus_results: DataFrame#

contains a list of all the short-circuit voltage bus results, in a dataframe representation. The rows are for each fault the IDs of the buses sorted by voltage level ID and the columns are: - initial_voltage_magnitude: the initial voltage at the bus in kV - voltage_drop_proportional: the voltage drop in percent - voltage: the calculated voltage in kV It should be empty when the parameter with_voltage_result is set to false.