T
tagger
Guest
All,
The below was from a previous post,
I would like info on how to create the dummy device ?
Regards
Herman
Create a dummy two-terminal device like a capacitor using an enclosing
prBoundary shape as the recognition shape.
area1=measureParameter( area (boundary_layer over dens_layer))
area2=measureParameter( area boundary_layer )
ratio=calculateParameter( area1 / area2 )
saveParameter( ratio "density )
saveRecognition( boundary_layer "prBoundary" )
The below was from a previous post,
I would like info on how to create the dummy device ?
Regards
Herman
Create a dummy two-terminal device like a capacitor using an enclosing
prBoundary shape as the recognition shape.
area1=measureParameter( area (boundary_layer over dens_layer))
area2=measureParameter( area boundary_layer )
ratio=calculateParameter( area1 / area2 )
saveParameter( ratio "density )
saveRecognition( boundary_layer "prBoundary" )