First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!

Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

answered Oct 26 '3

perolofl gravatar image

Use GETFTC (external function) to get the internal bus numbers of IBUS and JBUS and the circuit ID.

 CALL GETFTC(KM,IB,IB2,ID)

The external bus number is given by:

IBUS = NUMBUS(IB)
JBUS = NUMBUS(IB2)