Package reflectometry :: Package model3d :: Module par_form :: Class Parallelapiped

Class Parallelapiped

source code


This contains variables to define a feature

Rx,Ry (Angstrom)
width,length of a feature
depth (Angstroms)
Array containing the thicknesses of all layers in the feature given in order: Substrate --> Surface
SLD (Qc^2)
Array containing the scattering length densities which corrispond to the layers in depth given in order: Substrate --> Surface
Instance Methods
 
__init__(self, Rx=None, Ry=None, depth=0, SLD=None)
Sets the default to a non-excistant feature
source code

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

Properties

Inherited from object: __class__

Method Details

__init__(self, Rx=None, Ry=None, depth=0, SLD=None)
(Constructor)

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