support / src_en /api.get_coord.txt
gofeco's picture
Upload 100 files
fe683c0 verified
raw
history blame
No virus
255 Bytes
<h3 id='___get_coord'>get_coord</h3>
<pre>Get an instance's coordination (LLM: 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>