Opened 5 years ago
Last modified 5 years ago
#5788 new defect
Cannot input parameters in models using OMEdit — at Version 2
Reported by: | Francesco Casella | Owned by: | Adeel Asghar |
---|---|---|---|
Priority: | blocker | Milestone: | 2.0.0 |
Component: | OMEdit | Version: | |
Keywords: | Cc: |
Description (last modified by )
Steps to reproduce the issue:
- open
PowerGrids.Examples.IEEE14bus.IEEE14busStaticNetwork
- double click on
bus1
- the parameter
UStart
shows up in two separate tabs (General and Initialization - if I type in any value for any parameter, the OK button remains greyed out and I cannot input any value
Change History (2)
comment:1 by , 5 years ago
comment:2 by , 5 years ago
Description: | modified (diff) |
---|
Note:
See TracTickets
for help on using tickets.
These are two different
UStart
parameters, one is defined inPowerGrids.Electrical.Buses.ReferenceBus
and the other inPowerGrids.Electrical.BaseClasses.OnePortAC
which is an extends class of the former.This can only happen if you loaded the library as system library.