X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=gr-wxgui%2Fsrc%2Fpython%2Fconstants.py;h=9612f36ddec1f0679c72c8811181a45cd32582fe;hb=2b8bd0d2fa7c76282a772b75cb99e7bd5f2be13f;hp=2e7f33a0cb3d72a40c14bfd0cc9a06050c187560;hpb=331542fc51eb47a65161ab6d41c6dc8fd1dd1f22;p=debian%2Fgnuradio diff --git a/gr-wxgui/src/python/constants.py b/gr-wxgui/src/python/constants.py index 2e7f33a0..9612f36d 100644 --- a/gr-wxgui/src/python/constants.py +++ b/gr-wxgui/src/python/constants.py @@ -1,5 +1,5 @@ # -# Copyright 2008 Free Software Foundation, Inc. +# Copyright 2008,2010 Free Software Foundation, Inc. # # This file is part of GNU Radio # @@ -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'