summaryrefslogtreecommitdiff
path: root/gr-wxgui/src/python/constants.py
diff options
context:
space:
mode:
Diffstat (limited to 'gr-wxgui/src/python/constants.py')
-rw-r--r--gr-wxgui/src/python/constants.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/gr-wxgui/src/python/constants.py b/gr-wxgui/src/python/constants.py
index 2e7f33a0c..93b281aa5 100644
--- a/gr-wxgui/src/python/constants.py
+++ b/gr-wxgui/src/python/constants.py
@@ -27,8 +27,8 @@ ALPHA_KEY = 'alpha'
AUTORANGE_KEY = 'autorange'
AVERAGE_KEY = 'average'
AVG_ALPHA_KEY = 'avg_alpha'
-EMULATE_ANALOG_KEY = 'emulate_analog'
-ANALOG_ALPHA_KEY = 'analog_alpha'
+USE_PERSISTENCE_KEY = 'use_persistence'
+PERSIST_ALPHA_KEY = 'persist_alpha'
BASEBAND_FREQ_KEY = 'baseband_freq'
BETA_KEY = 'beta'
COLOR_MODE_KEY = 'color_mode'