NREL / ditto

DiTTo is a Distribution Transformation Tool that aims at providing an open source framework to convert various distribution systems modeling formats.
https://nrel.github.io/ditto/
BSD 3-Clause "New" or "Revised" License
67 stars 35 forks source link

Mupltiple sourcebus found #422

Open iamamun1 opened 1 year ago

iamamun1 commented 1 year ago

I am trying to convert CYME to OpenDSS. I have two feeder in the cyme network. The two feeders are not connected. When I use the Ditto tool, the following error is coming. Can anyone help me to solve the issue?

File "C:\Users\amamun1\My Drive\Spring 23\Cyme_OpenDSS_3\ditto\modify\system_structure.py", line 68, in init raise ValueError("Mupltiple sourcebus found: {srcs}".format(srcs=srcs))

ValueError: Mupltiple sourcebus found: ['SOURCE_S5100_src' 'SOURCE_S6201_src']

wenbowangnrel commented 11 months ago

Can you divide them into 2 separate feeders and then run the ditto conversion? To divide feeders, you might need to load them into CYME first, and then save them individually.