Department of Trade and Industry (Philippines)
TCAD Sentaurus
Posts  1 - 1  of  1
shirley07
Hi guys!!i m working on TCAD Sentaurus tool..i m facing problem with the following scheme script of Finfet..can ny1 explain it??
(define PolyGate #t)
(if PolyGate
(begin
(sdegeo:set-contact-faces
(find-face-id (position (* 0.5 Xpol) (* 0.5 Ypol) Zpol))
)
)
(begin
;--- Gate contact: Turn PolySi surface into contact, delete PolySi
(define GateID (find-body-id (position (* 0.5 Xspa)
(* 0.5 Ypol)
(* 0.5 (+ Zgox Zpol)) ) ))
(sdegeo:set-contact-boundary-faces GateID)
(sdegeo:delete-region GateID )
)
)

Save
Cancel
Reply
 
x
OK