| 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.
whit loves you. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.