summaryrefslogtreecommitdiff
path: root/gr-sbhs/python/gr_sbhs.py
diff options
context:
space:
mode:
Diffstat (limited to 'gr-sbhs/python/gr_sbhs.py')
-rw-r--r--gr-sbhs/python/gr_sbhs.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/gr-sbhs/python/gr_sbhs.py b/gr-sbhs/python/gr_sbhs.py
index 28a8dee2d..a3070962e 100644
--- a/gr-sbhs/python/gr_sbhs.py
+++ b/gr-sbhs/python/gr_sbhs.py
@@ -8,11 +8,16 @@ from scan_machines import *
class gr_sbhs(gras.Block):
def __init__(self):
+
gras.Block.__init__(self,
name="gr_sbhs",
in_sig=[numpy.float32, numpy.float32],
out_sig=[numpy.float32])
+ from scan_machines import *
+ print "Scanning Machines"
+ scan_machines()
+
# SBHS init
self.new_device = Sbhs()
self.new_device.connect(1)