pub fn parse_powerworld(content: &str) -> Result<Network, Error>Expand description
Parse a PowerWorld .aux into a Network, reading the Bus/Load/Shunt/
Gen/Branch DATA blocks by their declared field lists.
ยงErrors
crate::Error::FormatRead on malformed input or when the file has no
DATA sections.