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

PTPhase not found in capacitors #405

Open tarekelgindy opened 1 year ago

tarekelgindy commented 1 year ago

When calling cap_control = _dss_class_to_dict("CapControl")

the PTPhase element seems to be blank even when the value of PTPhase is non-empty in the OpenDSS file. ie. cap_control[control_id]["PTPhase"]) is '' when reading capacitor New Capcontrol.B4909-1 Capacitor=B4909-1 element=Line.OH_B4904 terminal=1 Delay=30 type=volt ON=120.5 OFF=125 PTphase=2 PTratio=60

This might be due to issues in opnedssdirect not reading it correctly

tarekelgindy commented 1 year ago

This is a problem for regulators as well.