Data Model version 2.1.2

Method: getPointValue


    get value of matrix at position 'point'. Point is converted as for self.pointToIndex.

guid: www.ccpn.ac.uk_Fogh_2011-03-30-18:05:06_00013__www.ccpn.ac.uk_Fogh_2010-05-14-15:28:22_00001
OpType: otherQuery
OpSubType: None
isQuery: True
isAbstract: False
Scope: instance_level
Code: data = self.__dict__['data']
if data:
  result = data[self.pointToIndex(point)]
else:
  result = self.defaultValue
  Data Model Version 2.1.2
Go to Top  
  Autogenerated by  PyApiDocGen  revision 1.3   on  Mon Mar 2 17:24:35 2015    from data model package  ccp.api.nmr.NmrReference.ChemAtomNmrDistrib   revision ?  
  Work done by the CCPN team.
www.ccpn.ac.uk