Method: getExperiments
getter for derived link experiments
guid:
|
www.ccpn.ac.uk_Fogh_2006-08-16-18:23:09_00012
|
OpType:
|
get
|
OpSubType:
|
None
|
isQuery:
|
True
|
isAbstract:
|
False
|
Scope:
|
instance_level
|
Code:
|
func = self.nmrConstraintStore.nmrProject.findFirstExperiment
aset = set(func(serial=x) for x in self.experimentSerials)
if None in aset:
aset.remove(None)
result = frozenset(aset)
|
|