angle_distribution_no_points (spectrum_index:integer) (integer)

Navigation:  User guide > OLE automation > Properties >

angle_distribution_no_points (spectrum_index:integer) (integer)

Previous pageReturn to chapter overviewNext page

Returns or sets the number of angles of the angle of incidence distribution of the spectrum which is specified by the spectrum_index. Spectra are counted 1, 2, 3, ...

 

If the number of angles is set to a new value, nothing happens if the new number of angles agrees to the current number of angles. If the new number is larger than the current one, angles are added at the end of the list. If the new number is smaller, angles are deleted from the end of the list until the desired number of angles is reached.

 

VBA examples:

 

wcd.angle_distribution_no_points(1) = 5

 

MsgBox wcd.angle_distribution_no_points(1)