How to find pins in schematic using skill code?

Status
Not open for further replies.

karthi0025

Junior Member level 2
Joined
Feb 23, 2010
Messages
22
Helped
2
Reputation
4
Reaction score
2
Trophy points
3
Location
chennai
Activity points
0
Hi friends,

Please answer the above question.
 

How about trying schGetMatchingObjects
 

cv = geGetEditCellView()
pin_names = cv ~> terminals ~> name

The above commad will get all pin names in a list


use pattern match and find pins whatever we need..
 
Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…