Menu

How to extract the voltage of loads in DSTCP

2020-04-10
2020-04-13
  • DHIAA ELHAK Rebbah

    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.

     
    • Davis Montenegro

      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:

      1. Activate the element using the "select" command (function 0x25):

        select load.XYZ
        
      2. Request the values required (function 0x25):

        voltages
        

      That will bring the voltages for load XYZ.

      Best regards

      Davis

       

Log in to post a comment.

MongoDB Logo MongoDB