How to probe the values?

Juan,
How to probe the values at a location (x,y) using a python function?
I cannot find it in the manual.

You should be able to use something like pandas or scipy to interpolate values. For example see this file for interpolating a 2D doping profile:
https://github.com/devsim/devsim_3dmos/blob/15b3c2b50b275e9b0ab306ee842ea406007f838c/ieee/mos_create.py#L50

ok. thank you for the example.

1 Like