Data Model version 2.1.2

Attribute: maxNumber


    Maximum number of occurrences of atom corresponding to atomSite. maxNumber 2 would mena no more than two atoms could appear in this position. If, for instance a carbon atomSite has a J coupling transfer to a proton AtomSite with maxNumber=2, it means that this ExpGraph will give no observable result for CH3 groups. May be set to zero, which indicates that no atoms of this type are allowed.

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

Constraint name:

maxNumber_ge_minNumber
python code minNumber = self.minNumber
isValid = (minNumber is None or value >= minNumber)

Methods

Method Return Parameters Comment
getMaxNumber NonNegativeInt -
setMaxNumber - NonNegativeInt
  Data Model Version 2.1.2
Go to Top  
  Autogenerated by  PyApiDocGen  revision 1.3   on  Mon Mar 2 17:24:28 2015    from data model package  ccp.api.nmr.NmrExpPrototype.AtomSite   revision ?  
  Work done by the CCPN team.
www.ccpn.ac.uk