If I have two stimulus files, AC_1.scs and AC_2.scs and I use "AC_stimulus" as a parameter. How do I sweep these two stimulus files in paramAnalysis? I know the following oceanscript will NOT work (But syntax is OK)
stimulusFile( ?xlate nil strcat(pre_path design_name post_path AC_stimulus) )
paramAnalysis("AC_stimulus" ?values '("AC_1.scs" "AC_2.scs" ) )
paramRun()
If this scheme of "ASCII inputs as values in paramAnalysis is not working", what I actually want is "How to place two simulation results on the same plot?" (paramAnalysis should be the most convenient way to do it but I think it may have the other smart way to do it.)