io.load_case

io.load_case(path)

Load a YAML file exported from the UI tool into a Network.

Parameters

Name Type Description Default
path str Path to the .yaml case written by the UI tool. required

Returns

Name Type Description
Network The reconstructed network, ready to solve.

See Also

case_from_dict : Build a network from an already-parsed case mapping. load_connectivity : Read only the topology, without boundary values.

Back to top