SetStatus - ets the value of properties of a node, connection, or object
node_id dict SetStatus -> -
conn dict SetStatus -> -
obj dict SetStatus -> -
/dc_generator Create /dc_gen Set %Creates a dc_generator, which is a node
dc_gen GetStatus info %view properties (amplitude is 0)
dc_gen << /amplitude 1500. >> SetStatus
dc_gen GetStatus info % amplitude is now 1500
SetStatus changes properties of a node (specified by its node_id), a connection
(specified by a connection object), or an object as used in object-oriented
programming in SLI (see cvo for more). Properties can be inspected with GetStatus.
Note that many properties are read-only and cannot be changed.
docu by Sirko Straube
/builddir/build/BUILD/nest-simulator-3.3/nest-simulator-3.3/nestkernel/nestmodule.cpp