ncstore = self.root.findFirstNmrConstraintStore(serial=self.constraintStoreSerial)
if ncstore:
serials = self.constraintListSerials
if serials:
result = [ncstore.findFirstConstraintList(serial=x) for x in serials]
else:
result = ncstore.sortedConstraintLists()
else:
result = []