GRIDAPPSD / gridappsd-viz

GridAPPS-D’s visualization application displays the topology of selected distribution model with highlighted capacitors and regulators. It also include tables with current values for capacitor status (OPEN or CLOSED), regulator voltage, and feeder power. For current release cycle we are using IEEE 8500-Node system model.
http://gridappsd.readthedocs.io/
7 stars 5 forks source link

Fix dropdown menu for Equipment types in Test Config Tab #442

Open bibiraju opened 2 years ago

bibiraju commented 2 years ago

Fixes https://github.com/GRIDAPPSD/GOSS-GridAPPS-D/issues/1535 The dropdown menu displays equipment types that are present in the topology instead of all the components.


This change is Reviewable

shpoudel commented 2 years ago

The pull request fixes the drop down menu that will display equipment types that are only present in the given topology. But, the attributes for components are not all correct. For example, the attribute for Synchronous Machine is RotatingMachine.p not SynchronousMachine.p

@bibiraju Let's work on this together to fix the attributes for different component types.

shpoudel commented 1 year ago

The drop-down menu for SynchronousMachine was fixed with this pull request. Bibi and I discussed addressing this issue for all other components. The fix will then be tested together.