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. |
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. |