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

Ask Your Question
0

Messages for api TLTG Specified subsystems overlap

asked Mar 21 '2

anonymous user

Anonymous

using the Example cases to do the TLTG.

To create the dFAX 1. ieee25busN1.con 2.ieee25bus.mon 3.ieee25bus.sub

getting this error Messages for api TLTG Specified subsystems overlap.

can anyone help me to identify the error? Thank is advance

1 answer

Sort by ยป oldest newest most voted
0

answered Mar 21 '2

jconto gravatar image

The file ieee_25bus.sub contains two subsystem definitions that are the same, they cannot be used at the same time for a TLTG activity:

/AN EXAMPLE SUBSYSTEM FILE USED IN N-1-1 ANALYSIS DEMONSTRATION

SUBSYSTEM CTRLAR_BASE
  AREAS  1 5
END

SUBSYSTEM CTRLAR_CON
  AREAS  1 5
END

END

For TLTG, the definition of sending and receiving regions cannot contain the same data. Just add new definitions of subsystems exclusive of each other to be used in creating the dfx file, like:

SUBSYSTEM Area1
  AREA  1
END
SUBSYSTEM Area5
  AREA  5
END

In v.34, check the POM.pdf manual, "9.1.2. Subsystem Description Data File Contents"

link

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.
Want to format code in your answer? Here is a one minute demo on Youtube

Add Answer

[hide preview]

Question Tools

1 follower

Stats

Asked: Mar 21 '2

Seen: 163 times

Last updated: Mar 21 '22