dielectric_function_name(i:integer)      (string)

Navigation:  User guide > OLE automation > Properties >

dielectric_function_name(i:integer)      (string)

Previous pageReturn to chapter overviewNext page

Returns the name of the i th dielectric function. The following VBA command fills a certain cell with the name of the 5th dielectric function:

 

Range("results").Offset(5, 1) = wcd.dielectric_function_name(5)

 

Setting this property has no effect.