Guest
I've got a task to put on all the instance and change the properties.
Though I use the function schCreateInst() to place instance on
schematic.
Some part of the codes like this:
myId = dbOpenCellViewByType(libId cellName "symbol" "" "a")
instId = schCreateInst(schId myId cellNum 1:1 "R0")
/** from the input string: spec1 = w spec2 = l **/
instId ~>spec1 = 0u /**actually this line dosen' work**/
instId ~>w = 0u /** but this line works! why????? **/
anyone could tell me how to alter it ???
Though I use the function schCreateInst() to place instance on
schematic.
Some part of the codes like this:
myId = dbOpenCellViewByType(libId cellName "symbol" "" "a")
instId = schCreateInst(schId myId cellNum 1:1 "R0")
/** from the input string: spec1 = w spec2 = l **/
instId ~>spec1 = 0u /**actually this line dosen' work**/
instId ~>w = 0u /** but this line works! why????? **/
anyone could tell me how to alter it ???