Closed thorstenhater closed 3 months ago
Example for tweaking Multimeter parameters is missing a '{'. See here: https://nest-simulator.readthedocs.io/en/v3.3/models/multimeter.html#multimeter-sampling-continuous-quantities-from-neurons
nest.SetStatus(mm, 'interval': 0.1})
should read
nest.SetStatus(mm, {'interval': 0.1}) # ^ here
Example for tweaking Multimeter parameters is missing a '{'. See here: https://nest-simulator.readthedocs.io/en/v3.3/models/multimeter.html#multimeter-sampling-continuous-quantities-from-neurons
should read