Node.value

Contents

Node.value#

property Node.value: Any#

The value of the node.

Can only be set for a Data node, but not a Calc or Dist node. If the node is part of a Model m with m.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.