Data Model version 2.1.2

Method: getElementSymbol


    getter for derived attribute elementSymbol

guid: www.ccpn.ac.uk_Fogh_2006-08-16-18:23:36_00070
OpType: get
OpSubType: None
isQuery: True
isAbstract: False
Scope: instance_level
Code: result = self.residue.residue.chemCompVar.findFirstChemAtom(name=self.name)
if result is not None and result.className == 'ChemAtom':
  result = result.elementSymbol
  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