pypowsybl.rao.RaoResult¶
- class RaoResult(handle_result, handle_crac)[source]¶
The result of a rao
Methods
__init__(handle_result, handle_crac)from_buffer_source(crac, result_source)from_file_source(crac, result_file)get_angle_cnec_results()get_cost_results()get_flow_cnec_results()get_network_action_results()get_pst_range_action_results()get_range_action_results()get_remedial_action_results()get_virtual_cost_names()get_virtual_cost_results(virtual_cost_name)get_voltage_cnec_results()serialize(output_file)Serialize result to file
serialize_to_binary_buffer()Serialize result to BytesIO
status()to_json()- Parameters:
handle_result (pypowsybl._pypowsybl.JavaHandle)
handle_crac (pypowsybl._pypowsybl.JavaHandle)