wqtony2004
Newbie level 2
- Joined
- Mar 24, 2015
- Messages
- 2
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1
- Activity points
- 12
Hi, can anybody tell me how to measure or print in the log file the output put of my gauss distribution in LTspice?
Here is my netlist:
.step param run 1 10 1
.function normal(nom,tol) 'if(run==1,nom,nom*(1+gauss(tol/3)))'
.param vddp='normal(1,0.05)'
how can i use .measure directive (or other directive)to check the output of function?
Moreover, in log file, there is only 6 digital number after the decimal point, how can I increase the accuracy.
Thank a lot!
Here is my netlist:
.step param run 1 10 1
.function normal(nom,tol) 'if(run==1,nom,nom*(1+gauss(tol/3)))'
.param vddp='normal(1,0.05)'
how can i use .measure directive (or other directive)to check the output of function?
Moreover, in log file, there is only 6 digital number after the decimal point, how can I increase the accuracy.
Thank a lot!