Data Model version 2.1.2

Attribute: position


    Peak position  in *point numbers*. Positions must be between 1.0 and npoints+1. The peak position in the appropriate unit (typically ppm), is given in the derived attribute 'value'.

guid: www.ccpn.ac.uk_Fogh_2006-08-16-18:20:01_00001
Type: Float
Multiplicity: 0..1
Changeability: changeable
isDerived: False
isAutomatic: False
isImplementation: False
isImplicit: False
isAbstract: False
Scope: instance_level
Default Value: None

Constraint name:

position_ge_1
python code value >= 1.0

Constraint name:

position_lt_dataDim_numPoints_plus_one
python code value < self.getByNavigation('peak', 'peakList', 'dataSource', ('dataDims', self.dim), 'numPoints') +  1.0

Methods

Method Return Parameters Comment
getPosition Float -
setPosition - Float
  Data Model Version 2.1.2
Go to Top  
  Autogenerated by  PyApiDocGen  revision 1.3   on  Fri Mar 28 11:18:29 2014    from data model package  ccp.api.nmr.Nmr.PeakDim   revision ?  
  Work done by the CCPN team.
www.ccpn.ac.uk