Attribute
|
Type
|
Multiplicity
|
Description
|
annotation
|
Line
|
0..1
|
Descriptive text string, designed for annotation of Xpks on graphics displays. Long annotations should be avoided.
|
scalingFactor
|
Float
|
1..1
|
Scaling factor for PeakDimComponent. Is multiplied by the value that comes out of the dataDimRef to get the actual contribution from this PeakDimComponent to the position of the peak. E.g. a 1D NMR quartet might have scalingFactors -3., -1., 1., 3. on its four subpeaks.
NOTE: To calculate the value corresponding to the PeakDimComponent, you yourself must calculate xPoints, the (signed) number of points that are due to the PeakDimComponent. The desired value is then self.scalingFactor*self.dataDimRef.pointToValue(xPoints)
|
serial
|
Int
|
1..1
|
Serial number of object. Serves as object main key. Serial numbers of deleted objects are not re-used. Serial numbers can only be set by the implementation. Values are in practice always positive, since negative values are interpreted as a signal to set the next free serial
|
Inherited Attributes (not in package):
applicationData,
className,
fieldNames,
inConstructor,
isDeleted,
metaclass,
packageName,
packageShortName,
qualifiedName
|