Skip to main content

aux_sections

Function aux_sections 

Source
pub fn aux_sections(net: &Network) -> Option<Result<AuxFile, Error>>
Expand description

Parse the auxiliary sections of a PowerWorld-sourced Network’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 a retained source that no longer parses.