Method: getMeasurementLists
getter for derived link measurementLists
guid:
|
www.ccpn.ac.uk_Fogh_2006-08-16-18:23:10_00001
|
OpType:
|
get
|
OpSubType:
|
None
|
isQuery:
|
True
|
isAbstract:
|
False
|
Scope:
|
instance_level
|
Code:
|
func = self.nmrConstraintStore.nmrProject.findFirstMeasurementList
aset = set(func(serial=x) for x in self.measureListSerials)
if None in aset:
aset.remove(None)
result = frozenset(aset)
|
|