Korla
Newbie level 3
Hi, I hope this is the correct place to post this. My searches on this forum yielded no answer to my question nor excactly where to put it.
I have a general problem concerning creating loops in ATLAS. It's at the point that using code directly from the user manual doesn't work:
The lines "loop steps=2" and "l.end" give the error "This statement is not in the correct place in the input deck."
I run ATLAS version 5.16.3.R on Windows 7.
I have a general problem concerning creating loops in ATLAS. It's at the point that using code directly from the user manual doesn't work:
Code:
go atlas
mesh
x.m l=0.0 s=0.01
x.m l=0.1 s=0.01
y.m l=0.0 s=0.01
y.m l=0.1 s=0.01
region num=1 silicon
electrode name=top top
electrode name=bottom bottom
doping num=1 conc=1e17 n.type uniform
solve init
solve previous
set a=0.1
loop steps=2
solve v1=$a
set a=@a*2
l.end
quit
The lines "loop steps=2" and "l.end" give the error "This statement is not in the correct place in the input deck."
I run ATLAS version 5.16.3.R on Windows 7.