PowerFlowData.jl
provides a parser for PSS/E-format .raw
Power Flow Data Files.
To read a .raw
file, use parse_network
:
using PowerFlowData
parse_network("file.raw")
This will return a Network
object, which contains the data parsed into dedicated structures matching the
PSS/E-format specification.
The format specification is based on old PSS/E user-manuals and example files I could find online. Currently v30 and v33 of the format are supported. Please open an issue if you run into any problems or missing features.