I am using Opendss-G to build the 33-bus system, I have issue in extracting the values of the voltages using DSTCP externally via Python. What is the command to extract the voltages of a specific load?
Best Regards,
Dhiaa.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
There is no specific command for that but, you can use function 0x25. With function 0x25 you can activate and get the values for an specific element. For example, for getting the voltages on a specific load do the following:
Activate the element using the "select" command (function 0x25):
selectload.XYZ
Request the values required (function 0x25):
voltages
That will bring the voltages for load XYZ.
Best regards
Davis
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Dear All,
I am using Opendss-G to build the 33-bus system, I have issue in extracting the values of the voltages using DSTCP externally via Python. What is the command to extract the voltages of a specific load?
Best Regards,
Dhiaa.
Hello,
There is no specific command for that but, you can use function 0x25. With function 0x25 you can activate and get the values for an specific element. For example, for getting the voltages on a specific load do the following:
Activate the element using the "select" command (function 0x25):
Request the values required (function 0x25):
That will bring the voltages for load XYZ.
Best regards
Davis