Data Model version 2.1.2

Method: setAltLocationCode


    dummy setter for derived attribute altLocationCode. For backwards compatibility - will throw an error unless the altLocationCodeis identical to the parent altLocationCode.

guid: www.ccpn.ac.uk_Fogh_2011-04-20-11:39:37_00001
OpType: set
OpSubType: None
isQuery: False
isAbstract: False
Scope: instance_level
Code: if value != self.atom.altLocationCode:
  raise ApiError("%s altlocation code differs from parent altLocationCode %s" % (self, value, self.atom.altLocationCode))
  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.Coord   revision ?  
  Work done by the CCPN team.
www.ccpn.ac.uk