Revision history  [back]

relocated to single answer

relocated to single answerNext read in the tower configuration data:

xa = -7.545 # Distance between bundle a and tower center line    
xb = -6.872 # Distance between bundle b and tower center line    
xc = -6.510 # Distance between bundle c and tower center line    
xf = 7.545 # Distance between bundle f and tower center line    
xg = 6.872 # Distance between bundle g and tower center line    
xh = 6.510 # Distance between bundle h and tower center line    
xe1 = -3.756 # Distance between ew1 and tower center line     
xe2 = 3.756 # Distance between ew2 and tower center line     

ye1 = 42.068 # distance between earthwire and ground in meters    
ye2 = 42.068 # distance between earthwire and ground in meters    
ya = 21.835 # distance between bundle a and ground in meters    
yb = 29.835 # distance between bundle b and ground in meters    
yc = 37.835 # distance between bundle c and ground in meters    
yf = 21.835 # distance between bundle f and ground in meters    
yg = 29.835 # distance between bundle g and ground in meters    
yh = 37.835 # distance between bundle h and ground in meters

We now have all the input data for our computation.

Next read in the tower configuration data:

xa = -7.545 # Distance between bundle a and tower center line    
xb = -6.872 # Distance between bundle b and tower center line    
xc = -6.510 # Distance between bundle c and tower center line    
xf = 7.545 # Distance between bundle f and tower center line    
xg = 6.872 # Distance between bundle g and tower center line    
xh = 6.510 # Distance between bundle h and tower center line    
xe1 = -3.756 # Distance between ew1 and tower center line     
xe2 = 3.756 # Distance between ew2 and tower center line     

ye1 = 42.068 # distance between earthwire and ground in meters    
ye2 = 42.068 # distance between earthwire and ground in meters    
ya = 21.835 # distance between bundle a and ground in meters    
yb = 29.835 # distance between bundle b and ground in meters    
yc = 37.835 # distance between bundle c and ground in meters    
yf = 21.835 # distance between bundle f and ground in meters    
yg = 29.835 # distance between bundle g and ground in meters    
yh = 37.835 # distance between bundle h and ground in meters

We now have all the input data for our computation.

Next read in the tower configuration data:

xa = -7.545 # 7.545 
print 'Distance between between bundle a and and tower center line    
= ', xa
xb = -6.872 # 6.872
print 'Distance between between bundle b and and tower center line    
= ', xb
xc = -6.510 # 6.510 
print 'Distance between between bundle c and and tower center line    
= ', xc
xf = 7.545 # = 7.545
print 'Distance between between bundle f and and tower center line    
= ', xf
xg = 6.872 # = 6.872
print 'Distance between between bundle g and and tower center line    
= ', xg
xh = 6.510 # = 6.510 
print 'Distance between between bundle h and and tower center line    
= ', xh
xe1 = -3.756 3.756 
print 'Distance between ew1 and tower center line = ', xe1
xe2 = 3.756
print 'Distance between ew2 and tower center line = ', xe2

ye1 = 42.068 # distance between earthwire and ground in meters
print 'Distance between earthwire1 and ground in meters = ', ye1
ye2 = 42.068 # distance between earthwire and ground in meters
print 'Distance between earthwire2 and ground in meters = ', ye2
ya = 21.835 # distance between bundle a and ground in meters
print 'Distance between bundle-a conductors and ground in meters = ', ya
yb = 29.835 # distance between bundle b and ground in meters
print 'Distance between ew1 and tower center line     
xe2 between bundle= 3.756 -b conductors and ground in meters = ', yb
yc = 37.835 # distance between bundle c and ground in meters
print 'Distance between bundle-c conductors and ground in meters = ', yc
yf = 21.835 # distance between bundle f and ground in meters
print 'Distance between ew2 and tower center line     

ye1 between bundle= 42.068 -f conductors and ground in meters = ', yf
yg = 29.835 # distance between bundle g and ground in meters
print 'Distance between bundle-g conductors and ground in meters = ', yg
yh = 37.835 # distance between earthwire and between bundle h and ground in meters    
ye2 = 42.068 # distance between earthwire and ground in meters    
ya = 21.835 # distance between bundle a and ground in meters    
yb = 29.835 # distance between bundle b and ground in meters    
yc = 37.835 # distance between bundle c and ground in meters    
yf = 21.835 # distance between bundle f and ground in meters    
yg = 29.835 # distance between bundle g and ground in meters    
yh = 37.835 # distance between bundle h and ground in meters