0

Messages for api TLTG Specified subsystems overlap

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

anonymous user
asked 2022-03-21 10:31:37 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

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"

jconto's avatar
2.9k
jconto
answered 2022-03-21 11:56:08 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments

Your Answer

Login/Signup to Answer