Data Model version 2.1.2
Acknowledgements
Diagram | Class Map | Attribute Map | Method Map | Help | License
Home | Package | Class | Attribute | Method: { prev | next }

Method: setZ


    setter for derived attribute z

guid: www.ccpn.ac.uk_Fogh_2011-03-30-17:56:39_00007
OpType: set
OpSubType: None
isQuery: False
isAbstract: False
Scope: instance_level
Code: dataMatrix = self.topObject.findFirstDataMatrix(name='coordinates')
if dataMatrix:
  dataMatrix.setPointValue(point=(self.model.index,self.atom.index,2), value=value)
else:
  raise ApiError("%s lacks DataMatrix named 'coordinates''" % self.structureEnsemble)
  Data Model Version 2.1.2
Go to Top  
  Autogenerated by  PyApiDocGen  revision 1.3   on  Mon Mar 2 17:24:49 2015    from data model package  ccp.api.molecule.MolStructure.Coord   revision ?  
  Work done by the CCPN team.
www.ccpn.ac.uk