P
PolyPusher
Guest
Hi,
I am trying to get the value of count for each instance in schematic
and am having limited luck.
geGetSelectedSet(geGetEditCellView())~>prop~>name
Will give a list of all the properties for an instance in schematic.
geGetSelectedSet(geGetEditCellView())~>prop~>value
Will return a list with all the values.
To make it simple, can someone scribble some skill to print out:
I45.1
I45.2
I46.1
.......
Where I45 shows a count of 2 and I46 shows a count of one in
Schematic.
Thank you for any and all help in advance,
PolyPusher
I am trying to get the value of count for each instance in schematic
and am having limited luck.
geGetSelectedSet(geGetEditCellView())~>prop~>name
Will give a list of all the properties for an instance in schematic.
geGetSelectedSet(geGetEditCellView())~>prop~>value
Will return a list with all the values.
To make it simple, can someone scribble some skill to print out:
I45.1
I45.2
I46.1
.......
Where I45 shows a count of 2 and I46 shows a count of one in
Schematic.
Thank you for any and all help in advance,
PolyPusher