Method: setBFactor
setter for derived attribute bFactor
guid:
|
www.ccpn.ac.uk_Fogh_2011-03-30-17:56:39_00009
|
OpType:
|
set
|
OpSubType:
|
None
|
isQuery:
|
False
|
isAbstract:
|
False
|
Scope:
|
instance_level
|
Code:
|
dataMatrix = self.topObject.findFirstDataMatrix(name='bFactors')
if dataMatrix:
dataMatrix.setPointValue(point=(self.model.index,self.atom.index), value=value)
else:
raise ApiError("%s lacks DataMatrix named 'bFactors''" % self.structureEnsemble)
|
|