Package reflectometry :: Package model1d :: Package adaptor :: Module xmlProfile :: Class XmlProfile

Class XmlProfile

source code


A collection of the profile data.
Instance Methods
 
__init__(self) source code
 
isMagnetic(self) source code
 
getXmlDataObject(self)
Return all the data object
source code
 
getXmlDataArray(self)
Return all the data array object.
source code
 
getDataList(self)
Return the data list of all the data object.
source code
 
getDataArrayList(self)
Return the list of all the data array object.
source code
 
setDataList(self, datalist)
set the data for the underline data objects.
source code
 
setData(self, ind, data)
set the data for the indth data object.
source code
 
setDataArray(self, ind, data)
set the data for the indth data array object.
source code
 
checkXmlDataArray(self, n) source code
 
setDepthData(self, data)
set the depth data for the first data object.
source code
 
setLayersData(self, dataList)
set the depth data for the first data object.
source code