Search found 24 matches

by nadolski
23 Mar 2013, 06:33
Forum: General
Topic: Why is my script not working in tcl language
Replies: 7
Views: 2524

Re: Why is my script not working in tcl language

This is indeed tricky
I will get accustomed to it with time
Thx
by nadolski
22 Mar 2013, 22:35
Forum: General
Topic: Why is my script not working in tcl language
Replies: 7
Views: 2524

Re: Why is my script not working in tcl language

Michael,

This is what I tried but it does not work unfortunately as you can see:

couldn't print to make parameter aLabel
while executing
"exec sddsprocess "-reprint=param,aLabel,nux: %.4f nuy: %.4f ex0: %.4f, nux,nuy,ex0" $fileName.twi"
(file "./runNano_tcl.sh" line 16)

Laurent.
by nadolski
21 Mar 2013, 02:33
Forum: General
Topic: Why is my script not working in tcl language
Replies: 7
Views: 2524

Re: Why is my script not working in tcl language

Hi Michael, Thanks for the help. It works What about this line? Where should I put the quotation marks? exec sddsprocess -reprint=param,aLabel,"nux: %.4f nuy: %.4f ex0: %.4f", nux,nuy,ex0 $fileName.twi reading runNano.lte ... argument %.4f is invalid: too many filenames (sddsprocess) while executing...
by nadolski
20 Mar 2013, 18:07
Forum: General
Topic: Why is my script not working in tcl language
Replies: 7
Views: 2524

Why is my script not working in tcl language

Hi, When I run the following script I got the error: argument runNano.twi is invalid: too many filenames (sddsprocess) while executing "exec sddsprocess $fileName.twi -define=column,sqrtBetax,"betax sqrt" \ $fileName.twi -define=column,sqrtBetay,"betay sqrt" " (file "./runNano_tcl.sh" line 48) If I ...