First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
1 | initial version |
Once you've identified the component from your SLD, you can use GetMapString(), which contains the from bus, to bus, and circuit ID.
string = comp.GetMapString()
which gives you an output like
LI 1 7 99
which indicates from bus 1, to bus 7, and circuit ID 99.