Skip to main content

aux_sections

Function aux_sections 

Source
pub fn aux_sections(source_text: &str) -> Result<AuxFile<'_>>
Expand description

Parse the auxiliary sections of a PowerWorld-sourced BalancedNetwork’s retained source. The typed model carries the power flow core; everything else in the original file (contingencies, limit sets, substations, …) is reachable here.

Returns None when the network was not read from a .aux source.

§Errors

As [parse_aux], on retained source text that no longer parses.