I am wanting to find an automatic method to annotate the owner of a schematic in the schematic's title block. The general method of ilInst~>cellView~>lib~>owner gives me the ownership of the library NOT the cell. I have used geQuerySelSet() and I do not see a way to get the cell's owner. Am I missing something? I did try creating an ILLabel in the title block symbol that used ddGetObjOwner(dbGetCellViewDdId(geGetEditCellView())) and this seemed to work, but I wondered if this was a kludged method. Any help would be greatly appreciated. Thanks.