pypowsybl.network.Network.save_to_binary_buffer¶
- Network.save_to_binary_buffer(format='XIIDM', parameters=None, report_node=None)[source]¶
Save a network to a binary buffer using a specified format. In the current implementation, whatever the specified format is (so a format creating a single file or a format creating multiple files), the created binary buffer is a zip file.
- Parameters:
- Returns:
A BytesIO data buffer representing this network
- Return type: