PowerSystems.jl icon indicating copy to clipboard operation
PowerSystems.jl copied to clipboard

Update current pti parser to handle V35 PSSE files

Open mcllerena opened this issue 10 months ago • 3 comments

  • Current parser is extracting correctly substation location data for parse_pti and parse_psse
  • Handle of multi-line Re/Im of IC data for v35.
  • Add to ext new parameters of version v35.
  • Update Load and Switched Shunt structs to handle old and current file versions.

mcllerena avatar Jun 16 '25 05:06 mcllerena

Added these fixes on the last commits, did the tests changing the interruptible flag on the raw file and the load types were created correctly after creating the system.

mcllerena avatar Jun 16 '25 19:06 mcllerena

Aren't we converting the substation geospatial data into the GeographicInfo attribute?

I initial just parse it and store it on parse_pti and parse_psse. I can include them as a GI attribute, I'll do a new commit addressing this.

mcllerena avatar Jun 17 '25 18:06 mcllerena

Just finished adding the GI to the buses https://github.com/NREL-Sienna/PowerSystems.jl/pull/1419/commits/69a0aec607f2cb61f23d567d26a46f9e7b1d370f

mcllerena avatar Jun 18 '25 05:06 mcllerena

Add a new structure that combines interruptible power + standard load to support PSSe interruptible flag.

@mcllerena I made a new PR with the additional object we needed.

jd-lara avatar Jun 30 '25 01:06 jd-lara