Changing Shunt Value in .con File

asked 2025-07-09 15:22:20 -0500

AmericanJael gravatar image

I'm modeling contingencies on a large savecase that I'm not permitted to modify.

One contingency needs to cause a switched shunt to lose half it's capacitance (dropping from 110 MVAR to 55 MVAR).

Removing the shunt using REMOVE SWSHUNT in the .con file is not the correct contingency. I need something that allows me to set the switched shunt to 55 MVAR.

Is there a command for this, or are REMOVE/OUTAGE/DISCONNECT etc. the only commands I can use in a .con file?

edit retag flag offensive close merge delete

Comments

You must check the linear network analysis in the POM manual (the part of building the DFAX). Something like: SET BUS 123 SWSHUNT TO 55 MVAR, should work.

jbarberia gravatar imagejbarberia ( 2025-07-10 20:59:16 -0500 )edit