Data Model version 2.1.2
Acknowledgements
Diagram
|
Class Map
|
Attribute Map
|
Method Map
|
Help
|
License
Home
|
Package
|
Class
| Attribute |
Method:
{
prev
|
next
}
Method: getOccupancies
from Class
ccp.api.molecule.MolStructure.Model
getter for derived attribute occupancies
guid:
www.ccpn.ac.uk_Fogh_2011-03-30-17:56:39_00028
OpType:
get
OpSubType:
None
isQuery:
True
isAbstract:
False
Scope:
instance_level
Code:
dataMatrix = self.structureEnsemble.findFirstDataMatrix(name='occupancies')
if dataMatrix:
result = dataMatrix.getSubmatrixData(point=(self.index,), shape=(1,))
else:
raise ApiError("%s lacks DataMatrix named 'occupancies''" % self.structureEnsemble)
Data Model Version
2.1.2
Go to Top
Autogenerated by
PyApiDocGen
revision
1.3
on
Thu Oct 2 16:09:30 2014
from data model package
ccp.api.molecule.MolStructure.Model
revision
?
Work done by the
CCPN team
.
www.ccpn.ac.uk