From 6d602152bb81c2f55c1273d356953e20dbe51f11 Mon Sep 17 00:00:00 2001
From: Simon Oehrl <oehrl@vr.rwth-aachen.de>
Date: Fri, 17 Aug 2018 06:12:56 -0700
Subject: [PATCH] Add installation of streamingmodule

#2
---
 brunel_example/brunel_example.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/brunel_example/brunel_example.py b/brunel_example/brunel_example.py
index 979a477..4c59b60 100644
--- a/brunel_example/brunel_example.py
+++ b/brunel_example/brunel_example.py
@@ -23,6 +23,7 @@ class Brunel3D:
 
     def __init__(self):
         self.layer_dict = {}
+        nest.Install("streamingmodule")
         # nest.SetKernelStatus({'print_time': True})
 
     class Parameters:
@@ -70,7 +71,7 @@ class Brunel3D:
                          "V_m": 0.0
                          }
         mm_params = {'record_from': ['V_m', 'V_th'],
-                     'record_to': ['nesci_contra']}
+                     'record_to': ['streaming']}
         poisson_params = {"rate": p_rate}
 
     def modified_copy(self, orig, diff):
-- 
GitLab