i like this post (click again to cancel)
0
i dont like this post (click again to cancel) remove favorite mark from this question (click again to restore mark)

For example when there is a statement like this in the pulse program file

"d12=20u"

can I change value of d12 from the command line?

Thanks.

asked Jul 27 '10 at 12:23

Evgeny%20Fadeev's gravatar image

Evgeny Fadeev
5771

updated Jul 27 '10 at 12:43


One Answer:
i like this answer (click again to cancel)
1
i dont like this answer (click again to cancel) the author of the question has selected this answer as correct

No this is not possible, you need to comment out this line with a ;.

If you want to make it flexible use this:

# ifdef VARD12

;"d12=20u"

# else

"d12=20u"

# endif

set -DVARD12 in the acqu parameters in ZGOPTNS and you can then override the hard coded setting.

link

answered Jul 28 '10 at 02:07

Clemens%20Anklin's gravatar image

Clemens Anklin
416

Your answer
Please start posting your answer anonymously - your answer will be saved within the current session and published after you log in or create a new account. Please try to give a good answer, for discussions, please use comments and please do remember to vote (login to vote)
toggle preview

powered by CNPROG