i am using dbCreateVia function, and i am giving parameters like this: viaparams=list(list("cutRows" height) list("cutColumns" 1) list("cutWidth" .064) list("cutHeight" .032))...................................(1) In the documentation of dbCreateVia, i read that there is a parameter which we can pass as "cutSpacing". I am trying to give y spacing from via to via as .096um but if i add parameter "cutSpacing" the code of via doesnot run. code (1) runs smoothly, but if i add "cutSpacing" sublist too, then the code doesnt work. How to give via to via spacing in y direction using dbCreateVia function? Thanks! Leonardo da Vicni
↧