Hello!
Maybe you've figured it out already but if not this should help you. In this script the y-coordinates of the nodes on a specific edge are stored in a tuple.
c1=mdb.models[MODELL].rootAssembly
c1.Set(edges=c2.edges.findAt(((0,-1,0),),),name='Edge')
#By "findAt" you get access to the...