Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in reading VSC in PSSE parser #1021

Open
jahanbani opened this issue Oct 16, 2023 · 1 comment
Open

Error in reading VSC in PSSE parser #1021

jahanbani opened this issue Oct 16, 2023 · 1 comment
Assignees
Labels
PARSING issues related to parsing come

Comments

@jahanbani
Copy link

when reading PSSE RAW file version 33 using parse_file, the following error is thrown:
ERROR: KeyError: key "CONVERTER BUSES" not found
Below is an example of the VSC data that generates this error (taken from a PSSE dataset which can be successfully imported to PSSE):

0 / END OF TWO-TERMINAL DC DATA, BEGIN VSC DC LINE DATA
"CSC-VSC ",1, 1.5800, 99,1.0000
1001,2,1, 0.00, 1.02000, 1600.000, 3.400, 1110.000, 360.00, 1032.00,0.50000, -20.00, -70.00, 0, 100.0
1002,1,1, 300.00, 1.02080, 1600.000, 3.400, 1110.000, 360.00, 1085.00,0.50000, -11.00, -70.00,1003, 100.0
0 / END OF VSC DC LINE DATA, BEGIN IMPEDANCE CORRECTION DATA

@jd-lara jd-lara added the PARSING issues related to parsing come label Oct 16, 2023
@jahanbani
Copy link
Author

jahanbani commented Oct 18, 2023

I also tried using PowerModelsData("myrawfile.raw") but got the same error. @scdhulipala

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PARSING issues related to parsing come
Projects
None yet
Development

No branches or pull requests

3 participants