updating fet type

D

danniel

Guest
I am using those lines in order to update the fet type

cdfgData=cdfGetInstCDF(dev)
cdfProp = car(setof(cc cdfgData~>parameters cc~>name ==
"amsfetType"))
cdfProp~>value="topfetb (112nm")
this value is a valid valure for that technology but nothing happends
what could be the reason?
 
On Aug 19, 10:45 am, danniel <dann...@il.ibm.com> wrote:
I am using those lines in order to update the fet type

cdfgData=cdfGetInstCDF(dev)
cdfProp = car(setof(cc cdfgData~>parameters cc~>name ==
"amsfetType"))
cdfProp~>value="topfetb (112nm")
this value is a valid valure for that technology but nothing happends
what could be the reason?
Maybe there is a callback in the object properties form, and this does
not get triggered by the way you perform your modification. In order
to force reevaluation of callbacks you can search on this group for a
solution I used to force the re-evaluation of the m-factor of
transistors.

--
Svenn
 

Welcome to EDABoard.com

Sponsor

Back
Top