PSSE32&PSSE33
I write a python program that respect to sensitive unit. Only PSSE33 have the sensitive analysis but my PSSE is 32 version. How to solve this problem.
The obvious solution is to upgrade to version 33, but that may not be possible for you. If you think about exactly what you're trying to determine, you should still be able to script it. For example, if you're looking to run sensitivity_flow(), but it isn't available in 32—you can manually calculate the sensitivity of a branch flow to MW power at buses by varying the power at the bus and recording the change in flow.
Note that although sensitivity APIs are not documented in v32 manual, they are still be available for use.
Comments