-
This command
```
ditto convert --from opendss --to gridlabd --input ./tests/data/big_cases/opendss/epri_j1/master.dss --output output
```
reports this warning
```
Duplicate object Capacitor b189…
-
Hi, I found [this comment](https://github.com/dpinney/omf/blob/78527ee6fad69bfd30420e8e7628c09a60c91fbf/omf/solvers/opendss/dssConvert.py#LL62C1-L62C86) through GitHub's search:
>` # Execute opends…
-
hi,sir , you job is very good, I love it .now I am trying to write a program about harmonic state estimation using opendss_python,and I have learned something from your program.I need extract data abo…
-
Since a lot changed in 0.10, it's time to start documenting at least the basic changes.
As a subtask, clarify the differences between DSS Python and OpenDSSDirect.py. Most importantly, provide some…
-
I'm trying to parse the dss files for [EPRI Ckt24](https://github.com/tshort/OpenDSS/tree/master/Distrib/EPRITestCircuits/ckt24) and run `compute_mc_pf`, to compare with output using OpenDSSDirect.jl.…
-
Hello devs, first of all thank you for start this project. Maybe, with a community effort, EPRI can think about an OpenDSS Linux version with more enthusiasm.
Currently OpenDSSDirect.make is very a…
-
I'm not sure if this is the right repository to report this problem, but it looks like the circuit.ToJSON function of OpenDSSDirect will ignore transformer parameters xhl, xht, and xlt, thus setting t…
-
### Feature Request
The return of `dss.Properties.Value()` is always a string. That leaves it to the higher-level application to attempt to convert the strings to a float or int. A secondary effect…
-
### Feature Request
Is there JSON schema that backs the JSON generated by the new `ToJSON` methods? If not, I would be open to generate it. I’m guessing that it wouldn’t be difficult based on all t…
-
Earlier I was trying to set my PV real and reactive power values by using the first two sets of locs:
(assume I am iterating over PVs correctly, locs for the same not shown in this example)
```
#…