summaryrefslogtreecommitdiff
path: root/gnuradio-runtime/python/gnuradio/ctrlport/monitor.py
diff options
context:
space:
mode:
authorTom Rondeau <trondeau@vt.edu>2013-07-05 14:18:24 -0400
committerJohnathan Corgan <johnathan@corganlabs.com>2013-07-16 14:41:58 -0700
commitf0198da0bbf6af214b0d629cb77b8539ac42e02a (patch)
treef821c33b7da38700d42c94c2cc5a04a1ab269c45 /gnuradio-runtime/python/gnuradio/ctrlport/monitor.py
parent7546939d17720cc086a3045ee33dda632383fdcf (diff)
grc: added special variable objects to represent constellations.
"Constellation Object": represents the 'calcdist' version, which is generic but uses Euclidean distance to make decisions. "Constellation Rect. Object": special rectangular constellation with a simpler decision calculation. digital: also updated documentation for constellation classes.
Diffstat (limited to 'gnuradio-runtime/python/gnuradio/ctrlport/monitor.py')
-rw-r--r--gnuradio-runtime/python/gnuradio/ctrlport/monitor.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnuradio-runtime/python/gnuradio/ctrlport/monitor.py b/gnuradio-runtime/python/gnuradio/ctrlport/monitor.py
index e067b9b0a6..8bb26d93a1 100644
--- a/gnuradio-runtime/python/gnuradio/ctrlport/monitor.py
+++ b/gnuradio-runtime/python/gnuradio/ctrlport/monitor.py
@@ -33,7 +33,7 @@ class monitor:
try:
# setup export prefs
gr.prefs().singleton().set_bool("ControlPort","on",True);
- if(tool == "gr-ctrlport-monitor"):
+ if(tool == "gr-perf-monitorx"):
gr.prefs().singleton().set_bool("ControlPort","edges_list",True);
gr.prefs().singleton().set_bool("PerfCounters","on",True);
gr.prefs().singleton().set_bool("PerfCounters","export",True);