Using selected object from schSingleSelectPt()

D

Dmitriy Shurin

Guest
How can i use an object that i've selected by schSingleSelectPt()? The
function doesn't return the object ID and therefore i'm stuck now.
What i'm trying to do is to select a net by the function and to get its
name.


--
Posted via Mailgate.ORG Server - http://www.Mailgate.ORG
 
try obj = car(geGetSelSet())
didn't try it, but i think it'll work.

cheers,
stéphane


Dmitriy Shurin wrote:

How can i use an object that i've selected by schSingleSelectPt()? The
function doesn't return the object ID and therefore i'm stuck now.
What i'm trying to do is to select a net by the function and to get its
name.
 
Dmitriy Shurin wrote:
How can i use an object that i've selected by schSingleSelectPt()? The
function doesn't return the object ID and therefore i'm stuck now.
What i'm trying to do is to select a net by the function and to get its
name.
Dmitriy,
I posted some time ago a function to handle doubleclick events in the schematic editor. I was using this function (or one from the same family) there, so you can use it as an example.
 

Welcome to EDABoard.com

Sponsor

Back
Top