Next: Unit species, Previous: External excitation sources, Up: Top [Contents][Index]
In addition to direct access to unit state variables in Lua (see
get_unit_parameter()
), there are two ways to record unit state
for offline assessment:
Enable logging of state variables (with options as defined in model parameter listen_mode Models) in all units labelled matching regex R. Return the count of units affected.
Disable logging of state variables in all units labelled matching regex R. Units writing logs will flush and close. Return the count of units affected.
Enable logging of spike times in all neurons labelled matching regex R. Return the count of units affected.
Disable logging spikes in all units labelled matching regex R. Return the count of units affected.