d4nt3
Newbie level 4

Hi, i´m trying to obtain a csv output file in HSPICE.
I was reading about the option measform " .OPTION MEASFORM=1"
But when I obtain the report of the simulation, appears this warning
Warning: option "MEASFORM" ignored
The hspice version is "2008.03". And this is my file:
Which could be the problem????
Thanks!
I was reading about the option measform " .OPTION MEASFORM=1"
But when I obtain the report of the simulation, appears this warning
Warning: option "MEASFORM" ignored
The hspice version is "2008.03". And this is my file:
***definiciones
*****************************
.include "c:\pfc final\tecnologias\vivagym\ficheros finales\65nm_bulk.pm"
.include "c:\pfc final\tecnologias\vivagym\ficheros finales\Biblioteca_digital.sp"
.param vdd=1.20
.param vss=0.00
.param temp=25
.param periodo=1.0n
.global vdd! vss!
**********************************
.param Lmin=65n WNmin=100n WPmin=260n
**********************************
VA net001 vss! PWL(0 vss 'periodo/2' vss '15*periodo/10' vss '76*periodo/50' vdd '63*periodo/25' vdd '127*periodo/50' vss '277*periodo/50' vss)
VB net002 vss! PWL(0 vss 'periodo/2' vss '7*periodo/2' vss '176*periodo/50' vdd '226*periodo/50' vdd '227*periodo/50' vss '277*periodo/50' vss)
vdd vdd! 0 dc=vdd
vss vss! 0 dc=vss
X50 net001 A INVREF
X51 net002 B INVREF
X52 A B OUT casa
X53 OUT net004 INVREF
C1 net004 vss! 0
.tran 5p '277*periodo/50' sweep vdd 1.2 0.6 -0.025
.option measform=1
********control
.measure tran nanddos1A
+TRIG v(A) VAL='vdd*0.5' TD=0NS CROSS=1
+TARG v(OUT) VAL='vdd*0.5' TD=0NS CROSS=1
.measure tran nanddos2A
+TRIG v(A) VAL='vdd*0.5' TD=0NS CROSS=2
+TARG v(OUT) VAL='vdd*0.5' TD=0NS CROSS=2
.measure tran nanddos1B
+TRIG v(B) VAL='vdd*0.5' TD=0NS CROSS=1
+TARG v(OUT) VAL='vdd*0.5' TD=0NS CROSS=3
.measure tran nanddos2B
+TRIG v(B) VAL='vdd*0.5' TD=0NS CROSS=2
+TARG v(OUT) VAL='vdd*0.5' TD=0NS CROSS=4
*********************
.end
Which could be the problem????
Thanks!