Category Archives: CODE

More flexible layer stack view

Introduced with object generation 3.97

Visualizing a layer stack in views is now more flexible. Instead of representing each layer as a rectangle of constant height (i.e. the same height for all layers) the graph can now better visualize the proportions by drawing the rectangles with heights proportional to the thickness of the layer.

The graphs below show the difference. Up to now layer stack views looked like this:

16_3_design_0

Now you can have this:

16_3_design

This kind of drawing makes it much easier to compare layer stacks:

16_3_comparison

The new kind of drawing is activated by a click on the layer stack in the view. You will be asked for the thickness that the height of the base rectangle should represent. The value must be specified in micrometers – if you set a value to 0.075 the base rectangle shows 75 nm of the stack.

Since layer thickness values in stacks with thin films and (incoherent) thick layers are very different, it is not possible to see thick layers and thin films in one graph. Thin films with thicknesses 100000 times smaller than thick layers will simply not be visible (like in real life). If you still want to show the thin film part of the stack with the new feature you have to use 2 layer stacks: one for the thin film coating alone and the second one for the complete layer stack. In this case you have to insert the coating as ‘included layer stack’ in the second one.

Old filename menu items

Object generation 3.96

The management of the menu items that show the last accessed files has been improved. Since the list of files is now stored in a different way the menu items are all empty when you change to the new version. During your work the items will fill up again.

Fit sheet resistance values

CODE 3.96

A new OLE command has been implemented: import_measured_sheet_resistance(a_value : float)

Use this command to pass a measured sheet resistance value to CODE. This is useful if you would like to use this value in a fit, in addition to measured optical spectra.

The value is passed to the list of integral quantities. The list must contain an object of type ‘Sheet resistance’ with the name ‘Sheet resistance fit’ – only in this case the value is passed as target value.

In order to use this value you must set the option ‘optimize’ of the sheet resistance object. If you want to fit both spectra and sheet resistance, you must set the global fit option ‘Combine fit deviation of spectra and integral quantities’.