# Simple test setup for synsim TITLE: Quadratic function SIMTYPE : quadratic #DEVTYPE : OPSnode # extension of template files (default: .templ) TEMPL : .templ # the command line to run the simulation (default: perl inputfile outputfile) # 'inputfile' and 'outputfile' are keywords COMMAND : ./quadratic.py -i inputfile -o outputfile # extension of input file (default: .pl) EXT : .in # To filter the output of the simulation # To filter the output of the simulation (defaults to .*) OUTPUT_FILTER_PATTERN : .* # Name of the template file for the result analysis ANALYSIS_TEMPLATE : SweepVarCond COND: >50 CONDVAR : _B XVAR: _X # assuming the raw output comes in whitespace-separated columns DATACOL: 1 #logscale : x, y or xy #LOGSCALE: Y YLABEL: Y-values XLABEL: X-values STYLE: linespoints #PREPROCESSOR: show_results _A = 1 ,2 _B = -8;2;2 _C = -6 _X = 0,10,1