Skip to main content

parse_powerworld

Function parse_powerworld 

Source
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.