Import/export
PowerDynamics.jl supports import and export of power models into a custom JSON format.
Import
PowerDynamics.read_powergrid
— Functionread_powergrid(file, Json)
Parses an existing model in JSON format into a PowerGrid
Export
PowerDynamics.write_powergrid
— Functionwrite_powergrid(powergrid, file, Json)
Writes a PowerGrid
model into a file as JSON.