求助大佬,下面是复制论坛上一个大牛写的脚本可以用来批量导出一个lib里面的gds。由于帖子是12年的已经没有人回复了。
目前我用virtuoso 6.1.7使用下面的脚本但是报错错误为error putprop:first arg must be either symbol , list ,defstruct or user type -nil 请问哪里写错了呢?
hiiSetCurrentForm这个函数也没找到,hiSetCurrentForm函数找到了但是改为后面这个函数运行时多一个warning:hiSetCurrentForm:not a form
原帖地址:http://bbs.eetop.cn/thread-347557-1-1.html
希望论坛里大牛帮忙看下,万分感谢。
procedure( pppp()
geSelectAllFig()
selset=geGetSelSet()
celNam=selset~>cellName
i=0
while( i < length(celNam)
a=nth(i celNam)
hiiSetCurrentForm('transStreamOutForm)
transStreamOutForm->pipoPrimaryCell->value = a
transStreamOutForm->pipoLibName->value = "lib33"
transStreamOutForm->pipoOutFile->value = strcat("./gds/" a ".gds")