angle_distribution_angle (spectrum_index, angle_index : integer) (float)

Navigation:  User guide > OLE automation > Properties >

angle_distribution_angle (spectrum_index, angle_index : integer) (float)

Previous pageReturn to chapter overviewNext page

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

The angle which is returned or set is specified by the angle_index. Angles in the distribution are counted 1, 2, 3, ...

 

VBA code examples:

 

  wcd.angle_distribution_angle(1, 1) = 15

  wcd.angle_distribution_angle(1, 2) = 25

  wcd.angle_distribution_angle(1, 3) = 35

  wcd.angle_distribution_angle(1, 4) = 45

  wcd.angle_distribution_angle(1, 5) = 55

 

 

  MsgBox wcd.angle_distribution_angle(1, 2)