Question About bus fault in python
There are two commands to apply bus fault using python:
dist_bus_fault
and dist_bus_fault_2
.
Below is citation of dist_bus_fault
from API Manual:
Use this API routine to apply a fault at a bus during dynamic simulations. (Note: use DISTBUSFAULT_2 if phase voltages are to be calculated during the simulation.)
It says phase voltages are calculated during the simulation using dist_bus_fault_2
.
But I can't see any phase value in the output, what I can see is the bus voltage and there is no difference when I set different fault phase.
How can I observe the phase voltage it calculated(so I can seethe difference)? Or is there any way to observe phase voltage during dynamic simulation in PSS\E?
Always waiting for help and best wishes to you all :)