incidence_angle(n : integer) : float (read/write)

Navigation:  User guide > OLE automation > Properties >

incidence_angle(n : integer) : float (read/write)

Previous pageReturn to chapter overviewNext page

Returns the angle of incidence of the n-th spectrum. The following VBA command fills a certain Excel cell with the angle of incidence of the 2nd spectrum:

 

Range("results").Offset(2, 1) = wcd.incidence_angle(2)

 

Setting this property sets the value of the incidence angle of the n-th spectrum in the spectrum list.