Under/Overvoltage relay
Hi Everyone, I am trying to implement Over/Under voltage relay at a bus. The only relay model I can see is VTGDCAT/VTGTPAT in miscellaneous other models but the problem with these model is the breaker time should be same for upper and lower voltage threshold. My question is how to write a python code so that we can have different breaker time for different upper and lower threshold voltage as below ?
V (pu) = 1.1, 1.05, 0.9, 0.7
time(s)= 1, 5, 3, 2
and so on...
Thanks
@yfing, Thanks for you quick response. When you say each bus do you mean adding three more fictitious buses ? I recall we cannot add same relay more than one in same bus.
You can have same relay being used more than once for the same bus. The value of MINS (below on my answers) has to be unique.
@jconto, Appreciate your response, that helped.