Assigning a filename to simulation_exportfile will cause SCOUT to save the simulated data of the n'th spectrum in the spectrum list to the specified file. The format used for the datafile is given by the 'format' parameter.
The following values for the format are implemented up to now:
format File format
1 Standard
2 xy-format
4 SpectraCalc
VisualBasic example:
scout.simulation_exportfile(1, 4) = "c:/temp/dummy2.spc"