Data Model version 2.0.6

Attribute: minNumber


    Minimum number of occurrences of atom corresponding to atomSite. MinNumber two wiould mean at least two atoms. If, for instance a carbon atomSite has a J coupling transfer to a proton AtomSite with minNumber=2, it means that this ExpGraph will give observable results only for CH2 and  CH3 groups.

guid: www.ccpn.ac.uk_Fogh_2006-08-16-18:22:58_00032
Model Type: NonNegativeInt
Implementation Type: Int
Multiplicity: 1..1
Changeability: changeable
isDerived: False
isAutomatic: False
isImplementation: False
isImplicit: False
isAbstract: False
Scope: instance_level
Default Value: 1

Constraint name:

minNumber_le_maxNumber
python code maxNumber = self.maxNumber
isValid = (maxNumber is None or value <= maxNumber)

Methods

Method Return Parameters Comment
getMinNumber NonNegativeInt -
setMinNumber - NonNegativeInt
  Data Model Version 2.0.6
Go to Top  
  Autogenerated by  PyApiDocGen  revision 1.3   on  Wed Aug 7 15:06:21 2013    from data model package  ccp.api.nmr.NmrExpPrototype.AtomSite   revision 1.54  
  Work done by the CCPN team.
www.ccpn.ac.uk