Attribute: dim
Dimension number. Dimensions go from one to numDim. It is recommended that dimensions are numbered in order of storage, so that dimension numDim has the slowest varying index, and that dim 1 should be the acquisition dimension, but programs should not rely on this.
guid:
|
www.ccpn.ac.uk_Fogh_2006-08-16-18:20:05_00019
|
Model Type:
|
PositiveInt
|
Implementation Type:
|
Int
|
Multiplicity:
|
1..1
|
Changeability:
|
frozen
|
isDerived:
|
False
|
isAutomatic:
|
False
|
isImplementation:
|
False
|
isImplicit:
|
False
|
isAbstract:
|
False
|
Scope:
|
instance_level
|
Default Value:
|
None
|
Constraint name:
|
expDim_dim_le_Experiment_numdim
|
python code
|
value <= self.experiment.numDim
|
|