OMICRONEnergy / oscd-designer

Apache License 2.0
3 stars 6 forks source link

Cannot resize voltage level when busbar is present #47

Closed jarradraumati closed 10 months ago

jarradraumati commented 10 months ago

When a busbar is added, it is initialised as a bay:

<Bay name="BB1" esld:x="0" esld:y="0">

Since esld:x and esld:y are "0", the voltage level is unable to be resized.

An easy workaround is to manually set the value to "1" via xml edit.

<Bay name="BB1" esld:x="1" esld:y="1">

This then allows for the voltage level to be resized.

jarradraumati commented 10 months ago

I have tested this on f7e2dd8a3fbc7bd8f5a2976f37aab2ca02f3ada2 and I am unable to reproduce this issue.

Many thanks @ca-d

ca-d commented 10 months ago

Thank you for reporting and for double checking!