For example when there is a statement like this in the pulse program file
can I change value of d12 from the command line? Thanks. asked Jul 27 '10 at 12:23 Evgeny Fadeev |
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. answered Jul 28 '10 at 02:07 Clemens Anklin |