File size: 235 Bytes
b8d41f7
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
<h3 id='___get_coord'>get_coord</h3>
<pre>Get an instance's coordination
<b>Usage:</b> my ($x, $y) = get_coord($instance);
$instance: Instance name

<b>Examples:</b>

my ($x, $y) = get_coord("xbar/U1234");
# $x=100, $y=200 in um
</pre>