Merge Experiment Without Loading Procedure File
jjweimer
Could it be modified so as to have a method to merge without also loading the experiment procedure file, for example ...
// merge without including procedure file from experiment
Execute/P MERGEEXPERIMENT/Q filename
Execute/P MERGEEXPERIMENT/Q filename
This will save the hassle of having to clean up the procedure file after loading a few dozen snap shot experiments in to one.
Thanks again!
June 21, 2011 at 12:22 pm - Permalink
MERGEEXPERIMENT
// do not print to history (quiet), include procedures
MERGEEXPERIMENT/Q
// print to history, do not include procedures
MERGEEXPERIMENT/P
// do not print to history, do not include procedures
MERGEEXPERIMENT/Q/P
The "P" flag could also be something else (perhaps Z or N or ...) that more intuitively means "do not" (because the presence of "P" seems rather to imply to include procedures rather than not do include them -- or, you could break with backward compatibility in this case and have the default be _NOT_ to include procedures with a "P" flag required to mean to include them).
--
J. J. Weimer
Chemistry / Chemical & Materials Engineering, UAHuntsville
June 22, 2011 at 09:33 am - Permalink