this is a part of my code
............................................
# do IDVG characteristic
# ramp gate voltage
log outf=tfeyproject2.log
solve vgate1=0 vstep=-0.3 name=gate1 vfinal=-3
save outf=tfeyproject_0.str
#Section 8: Reading the results
tonyplot tfeyproject2.log
extract init inf="tfeyproject2.log"
extract name="psubvt" 1.0/slope(maxslope(curve(abs(v."gate1"),log10(abs(i."drain")))))
tonyplot3d tfeyproject_0.str -set tfeyproject_3.set
quit...........
It shows id vs vg graph.But it cannot find tfeyproject2.log and shows no initialisation is performed.