Package reflectometry :: Package model3d :: Module par_form :: Class Substrate

Class Substrate

source code


This contains variables to define a substrate

Dx,Dy (Angstrom)
width,length of the full unit cell as defined by the repeat distance
thickness (Angstroms)
Array containing the thicknesses of all layers in the substrate given in the order: Sample Bottom --> Feature/Substrate Interface
SLD_sub (Qc^2)
Array containing the scattering length densities which corrispond to the layers in thickness
Instance Methods
 
__init__(self, Dx=None, Dy=None, thickness=0, SLD=None)
Sets the default to a non-excistant substrate
source code

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Properties

Inherited from object: __class__

Method Details

__init__(self, Dx=None, Dy=None, thickness=0, SLD=None)
(Constructor)

source code 
Sets the default to a non-excistant substrate
Overrides: object.__init__