batch_name_of_spectrum (i : integer)    (string)

Navigation:  User guide > OLE automation > Properties >

batch_name_of_spectrum (i : integer)    (string)

Previous pageReturn to chapter overviewNext page

Returns (as string) the name of the i-th spectrum in the batch control workbook. The spectra are labeled 1,2,..., n if there are n spectra for each sample.

 

VBA example:

my_spectrum_name = wcd.batch_name_of_spectrum(2)

 

Writing this property has no effect.