First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
1 | initial version |
Need to check the load current (amps) for 40+ lines. Can Python check the load current?
This is what I have so far:
bus1 = 1004
bus2 = 1005
ckt = "1"
amps = brnmsc(bus1,bus2,ckt,"AMPS")
print amps
But I have 40+ lines. I only know to check the first line.