You can find the latest documentation in the download folder for the current OpenDSS version (11.0.0.1). "C:\Program Files\OpenDSS\Doc\OpenDSS Documentation.chm" The online documentation update is in progress and will be uploaded soon. Thank you. Best regards, Paulo Radatz
Hi Eveth, To disable this message, use the following command: dss.dssinterface.allow_forms = False Please confirm if this resolves the issue. Best regards, Paulo Radatz
Hi Semog, The py-dss-toolkit Python package generates several of the reports you mentioned using Pandas DataFrames: https://pypi.org/project/py-dss-toolkit/ You can check out some examples here: https://github.com/PauloRadatz/py_dss_toolkit/blob/master/examples/dss_tools/snapshot_results.ipynb Hope this helps, Paulo Radatz
Hi Diego, If you look at the 1min50s of this video https://www.youtube.com/watch?v=sNDI1MVUuCE&list=PLhdRxvt3nJ8zPYT9gH8rWPLFv3pPEhEtz&index=6 You will see that the delta V is equal to Zmatrix times currents. You see it as Currents equal to Yprim times Delta V. Your V is the nodal voltage, instead of the Delta V. Please let me know if that makes sense. Best regards, Paulo Radatz
Hi A.Nipun, If you want to use Python, you can get the Voltage LL Nodes results in a DataFrame by using py-dss-toolkit. See this example: https://github.com/PauloRadatz/py_dss_toolkit/blob/master/examples/dss_tools/snapshot_results.ipynb Cell In [9]. If you want to know more about py-dss-toolkit, I am currently working on a YouTube Playlist about it, check this out: https://www.youtube.com/watch?v=wWp0AveL-OI&list=PLhdRxvt3nJ8wMFhdLaSe2nmpjvZudk-h3&index=2 Hope it helps, Paulo Radatz
Hi A.Nipun, If you want to use Python, you can get the Voltage LL Nodes results in a DataFrame by using py-dss-toolkit. See this example: https://github.com/PauloRadatz/py_dss_toolkit/blob/master/examples/dss_tools/snapshot_results.ipynb Cell In [9]. If you want to know more about py-dss-toolkit, I am currently working on a YouTube Playlist about it, check this out: https://www.youtube.com/watch?v=wWp0AveL-OI&list=PLhdRxvt3nJ8wMFhdLaSe2nmpjvZudk-h3&index=2 Hope it helps, Paulo Radatz
Implemented fixes for memory leaks in the C++ version.
Hi Affonso, Check out this video: https://youtu.be/t_kTBjykyxM?si=i_00zOgHVibtMXAB Best regards, Paulo Radatz