<div dir="ltr"><div>Hi, </div><div><br></div><div>I'm measuring distance between two points. The measurement goes well and I get a correct value in the viewport. I would like to get the same value into a Python variable. Is it possible?</div><div><br></div><div>I'm thinking about a code like this: </div><div><br></div><div>  d = chimera.runCommand('distance #1 #2')</div><div><br></div><div>However, it seems to be impossible to get any value from runCommand, I always get None...</div><div><br></div><div>Even parsing the log that appears in IDLE from commands 'distance #1 #2' or 'measure distance #1 #2' would sort-of work, but I don't know how to capture the log either...</div><div><br></div><div>Is there a way to get values into variables from 'measure distance'?</div><div><br></div><div>Thank you!</div><div><br></div><div>Alex</div></div>