First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
1 | initial version |
I have a slider diagram that I want to get a list of the buses from.
I know there's EXPORTBUSLOCFILE
but that requires the "name of the Bus Location Data File to be written", which means I can't retrieve a list in my python code to use, but I'd have to create the file then open it to get the list of buses.
2 | No.2 Revision |
I have a slider diagram that I want to get a list of the buses from.
I know there's EXPORTBUSLOCFILE
but that requires the "name of the Bus Location Data File to be written", which means I can't retrieve a list in my python code to use, but I'd have to create the file then open it to get the list of buses.