0

Bus type code

Is there a Python command that returns the bus type code when it is "-2"? From what I have noticed so far, it always returns "2", even when the generator’s Q has reached its limits and the bus type in Python should be shown as "-2".

Busbar's avatar
31
Busbar
asked 2025-10-14 05:15:23 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

The bus code is not -2, it is still 2. The '-'-sign is just a flag in the reports that the generator is at a reactive power limit.

Check QGEN versus QMAX and QMIN to determine if the generator is at a limit.

perolofl's avatar
3.8k
perolofl
answered 2025-10-14 07:22:39 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments

Your Answer

Login/Signup to Answer