export_simulated_spectrum(n:integer; filename:string; format : integer)

Navigation:  User guide > OLE automation > Methods >

export_simulated_spectrum(n:integer; filename:string; format : integer)

Previous pageReturn to chapter overviewNext page

Use this command to save the simulated data of the n'th spectrum in the spectrum list to the file specified by filename. 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:

 

  wcd.export_measured_spectrum(1,"c:/temp/dummy2.spc",4)