gofeco/support
0
1<h3 id='___get_coord'>get_coord</h3>2<pre>Get an instance's coordination (LLM: coordination)3<b>Usage:</b> my ($x, $y) = get_coord($instance);4$instance: Instance name5 6<b>Examples:</b>7 8my ($x, $y) = get_coord("xbar/U1234");9# $x=100, $y=200 in um10</pre>