1

Has anyone checked the damping ratios from the channels in the .out files?

ERCOT's Planning Guide says to "ensure that power oscillation within the range of 0.2 Hz to 2 Hz decays with a minimum 3% damping ratio." (S 4.1.1.6) Does anyone know how to check for the freq. range above and the damping ratio for a large number of .out files containing many channels? I'm using PSS/E.

pSguy's avatar
11
pSguy
asked 2021-09-24 12:49:40 -0500, updated 2021-09-24 12:52:29 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

3 Answers

1

You can use PSSPLT to perform modal analysis. Please read PSSPLT Program Manual, Ch. 4.13.3 for a detailed explanation.

For multiple .out files, you can create .idv file inside PSSPLT and run it in Python.

psys's avatar
58
psys
answered 2021-09-27 00:40:16 -0500, updated 2021-09-27 00:40:37 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments
0

Sure have and sure do.

likethevegetable's avatar
101
likethevegetable
answered 2021-10-23 20:08:09 -0500, updated 2021-10-23 20:14:49 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments
0

Check the post "Channels - tool to process outs files"

The channels tool was developed in python 2.7 and tested with PSSe v 33 and v.34. Instructions in the readme file will show how to run it with the demo data set included.

Channels has a function to evaluate the damping ratio of power system signals (for a demo, use the file "chan_Pe_dmp.ini" as input to channels"). For a list of OUT files and a list of channels, it uses Matrix Pencil algorithms to calculate the damping ratio of each signal, producing a CSV file with output data and plots of original and re-composed signals.

jconto's avatar
2.9k
jconto
answered 2021-10-21 15:22:47 -0500, updated 2021-10-24 18:26:48 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments

Your Answer

Login/Signup to Answer