You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: