In this picture I cut 2 lines the middle picture's values are accurate, but the right picture give a wrong value, I think it's a bug cause when I move my cursor to the right picture, it gives a correct data. But when I try to save the cutline as " .dat" file, the data all equal to the y axis of the cutline picture.
It's a simple simulation of TRAP Assist tunnelling. Wish to get any help. Thanks!
Here is the code:
go atlas
mesh width=1.0e4
x.m loc=0.0 spac=0.5
x.m loc=1.0 spac=0.5
y.m loc=-0.005 spac=0.0005
y.m loc=0.0 spac=0.0005
y.m loc=0.01 spac=0.001
y.m loc=0.1 spac=0.01
y.m loc=1.0 spac=0.1
region number=1 y.min=0.0 silicon
region number=2 y.max=0.0 y.min=-0.005 oxide
electrode name=gate y.max=-0.005 material=aluminium
electrode name=substrate bottom
doping region=1 uniform n.type conc=5.0e17
doping region=2 uniform tat.trap conc=1.0e19 acceptor sign=1.0e-13 sigp=1.0e-13 e.level=3
material material=oxide mc=0.5 mv=0.5 affinity=1.07
material material=silicon nc300=2.73e19 nv300=1.02e19
output con.band val.band traps.ft
models srh fermi ni.fermi itat.sc.el tat.slicepts=51
### SOLVE ###
solve vgate=1
save outf=e3_vg1.str
solve vgate=5
save outf=e3_vg5.str
solve vgate=10
save outf=e3_vg10.str
solve vgate=20
save outf=e3_vg20.str
tonyplot -overlay e1_vg1.str e1_vg5.str e1_vg10.str e1_vg20.str
tonyplot