Dist.value#
- property Dist.value: Any#
The value of the node.
Can only be set for a
Value
node, but not aCalc
orDist
node. If the node is part of aModel
m
withm.auto_update == True
, setting the value of the node triggers an update of the model. The auto-update can be disabled to improve the performance if multiple model parameters are updated at once.