dielectric_function_name(i:integer)      (string)

Navigation:  Ole automation > Automation object 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) = scout.dielectric_function_name(5)

 

Setting this property has no effect.