load_df(n : integer, filename : string)

Navigation:  User guide > OLE automation > Methods >

load_df(n : integer, filename : string)

Previous pageReturn to chapter overviewNext page

Loads the n-th dielectric function from the specified file. The entries in the list of dielectric functions are numbered starting with 1.

 

Warnings:

Be sure that the reading object and the file format are compatible.

The content of the dielectric function object will be replaced by the data in the file.

 

VisualBasic example:

Call wcd.load_df(1, "c:/temp/df2.dfm")