From c2625de39813ed1e8e1591785a38a60ea3bf4263 Mon Sep 17 00:00:00 2001 From: Anthony Lee Date: Tue, 1 Oct 2024 22:10:04 -0600 Subject: [PATCH] Update multimeter.h --- models/multimeter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/multimeter.h b/models/multimeter.h index 181e9ff2e8..80a3a5991a 100644 --- a/models/multimeter.h +++ b/models/multimeter.h @@ -67,7 +67,7 @@ recordables to have them sampled during simulation. :: mm = nest.Create('multimeter', 1, {'record_from': ['V_m', 'g_ex'], - 'record_to': memory}) + 'record_to': 'memory'}) The sampling interval for recordings (given in ms) can be controlled using the ``multimeter`` parameter ``interval``. The default value of