Skip to content

nickrobinson251/PowerFlowData.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PowerFlowData

Dev Build Status Coverage Code Style: Blue ColPrac: Contributor Guide on Collaborative Practices for Community Packages

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.

Documentation

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.