Ask Your Question
0

Bus type code

asked 2025-10-14 05:15:23 -0500

Busbar gravatar image

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".

edit retag flag offensive close merge delete

1 answer

Sort by » oldest newest most voted
0

answered 2025-10-14 07:22:39 -0500

perolofl gravatar image

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.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

[hide preview]

Question Tools

1 follower

Stats

Asked: 2025-10-14 05:15:23 -0500

Seen: 8 times

Last updated: 6 hours ago