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_2011-04-05-18:08:58_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  Fri Mar 28 11:18:50 2014    from data model package  ccp.api.nmr.NmrCalc.FloatMatrixData   revision ?  
  Work done by the CCPN team.
www.ccpn.ac.uk