Command: SetStatus

NEST HelpDesk Command Index NEST Quick Reference
Name:
SetStatus - ets the value of properties of a node, connection, or object
Synopsis:
node_id dict SetStatus -> -
conn dict SetStatus -> -
obj dict SetStatus -> -
Examples:
/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
Description:
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.
Author:
docu by Sirko Straube
SeeAlso:
Source:
/builddir/build/BUILD/nest-simulator-3.3/nest-simulator-3.3/nestkernel/nestmodule.cpp
NEST HelpDesk Command Index NEST Quick Reference

© 2004 The NEST Initiative