I would like to retrieve the impedance information from the grid modeled by gridlabd. I've seen that it is possible to use the impedance_dump object. However, I don't know how to use it. I've tried to add it inside the underground or overhead line objects, but the compiler doesn't recognize the object.
How should I proceed when adding this object to my code?
Thanks!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Impedance dump is a specified class that has not been moved over to the main release of the code. The code itself can be found in ticket 767, however, to use it, you will need to compile your own code.
Last edit: Jason Fuller 2016-03-22
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Is there another way of retrieving the impedance and admitance that gridlabd calculates? I'm currently testing the power flow solution of a linearization of the power flow problem against the results of gridlabd. Therefore, I need to know what impedance and admitance is using gridlabd.
Thanks!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello Rodrigo ,i also want to retrieve the impedance and admitance from the grid modeled by gridlabd.but i don't konw how to use the ticket 767.Have you sloved the problem of how to retrieve the impedance?Can you teach me? Thank you very much,hope for your reply.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Sorry. I could not do it. In the end I decided to set by myself the impedance of each line. It's a bit tedious to calculate the impedance matrix, though.
It is usually explained in many text books of power systems.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I would like to retrieve the impedance information from the grid modeled by gridlabd. I've seen that it is possible to use the impedance_dump object. However, I don't know how to use it. I've tried to add it inside the underground or overhead line objects, but the compiler doesn't recognize the object.
How should I proceed when adding this object to my code?
Thanks!
Rodrigo,
Impedance dump is a specified class that has not been moved over to the main release of the code. The code itself can be found in ticket 767, however, to use it, you will need to compile your own code.
Last edit: Jason Fuller 2016-03-22
Is there another way of retrieving the impedance and admitance that gridlabd calculates? I'm currently testing the power flow solution of a linearization of the power flow problem against the results of gridlabd. Therefore, I need to know what impedance and admitance is using gridlabd.
Thanks!
Hello Rodrigo ,i also want to retrieve the impedance and admitance from the grid modeled by gridlabd.but i don't konw how to use the ticket 767.Have you sloved the problem of how to retrieve the impedance?Can you teach me? Thank you very much,hope for your reply.
Sorry. I could not do it. In the end I decided to set by myself the impedance of each line. It's a bit tedious to calculate the impedance matrix, though.
It is usually explained in many text books of power systems.