Data Model version 2.1.2

Method: getSubmatrixData


    Get submatrix of StructureEnsemble data matrix named 'name' belonging to Atom

guid: www.ccpn.ac.uk_Fogh_2011-04-05-18:09:03_00001
OpType: otherQuery
OpSubType: None
isQuery: True
isAbstract: False
Scope: instance_level
Code: dataMatrix = self.topObject.findFirstDataMatrix(name=name)
if dataMatrix:
  result = dataMatrix.getSubMatrixData(point=(0,self.index,), shape=(0,1,) )
else:
  raise ApiError("%s lacks DataMatrix named %s'" % (self.topObject, name))
  Data Model Version 2.1.2
Go to Top  
  Autogenerated by  PyApiDocGen  revision 1.3   on  Mon Mar 2 17:24:48 2015    from data model package  ccp.api.molecule.MolStructure.Atom   revision ?  
  Work done by the CCPN team.
www.ccpn.ac.uk