oops - I missed that this is a schematic. Well then you need to go like this: symbolMaster = dbFindAnyInstByName((geGetWindowCellView), )~>master schMaster = dbOpenCellViewByType(symbolMaster~>libName symbolMaster~>cellName ) ...which in turn raises the question how do you get at the name of the corresponding schematic. Well it depends, if you have a config view defined you need to get the information from there, if not the view list (which you can see in the Editor Options) is available in a SKILL variable by the name of viewNameList: (envGetVal "schematic" "viewNameList" ) Max
↧