...
getNodeType()
has to be substituted through a node-specific command, e.g.get_DY_Domain("DY_"), getObject("Sphere01"), getDaemon("Drag_Force01")
, etc.parameter_name
is the name of the parameter as shown in the node's "Node Params" panel, for example"Strength", "Resolution", "Visibility", "Dynamics", "Velocity"
, and so on.value
depends on the node's parameter type. Values can vectors, integers, strings, floats, or Booleans (True
orFalse
). Strings have to be written in quotes, e.g."Active rigid body"
...