Skip to main content

parse_matpower_file

Function parse_matpower_file 

Source
pub fn parse_matpower_file(
    path: impl AsRef<Path>,
) -> Result<BalancedNetwork, Error>
Expand description

Parse the MATPOWER case at path, using the file stem as the network name.