io.save_case

io.save_case(network, path, **kwargs)

Write a network (and optional results) to a UI-readable YAML file.

Accepts the same keyword arguments as :func:dump_case.

Parameters

Name Type Description Default
network Network The flow network to write. required
path str Destination .yaml path. required
**kwargs Forwarded to :func:dump_case. {}
Back to top