added traces to fft window
[debian/gnuradio] / gr-wxgui / src / python / constants.py
1 #
2 # Copyright 2008 Free Software Foundation, Inc.
3 #
4 # This file is part of GNU Radio
5 #
6 # GNU Radio is free software; you can redistribute it and/or modify
7 # it under the terms of the GNU General Public License as published by
8 # the Free Software Foundation; either version 3, or (at your option)
9 # any later version.
10 #
11 # GNU Radio is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY; without even the implied warranty of
13 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14 # GNU General Public License for more details.
15 #
16 # You should have received a copy of the GNU General Public License
17 # along with GNU Radio; see the file COPYING.  If not, write to
18 # the Free Software Foundation, Inc., 51 Franklin Street,
19 # Boston, MA 02110-1301, USA.
20 #
21
22 ##################################################
23 # Controller Keys
24 ##################################################
25 AC_COUPLE_KEY = 'ac_couple'
26 ALPHA_KEY = 'alpha'
27 AUTORANGE_KEY = 'autorange'
28 AVERAGE_KEY = 'average'
29 AVG_ALPHA_KEY = 'avg_alpha'
30 BASEBAND_FREQ_KEY = 'baseband_freq'
31 BETA_KEY = 'beta'
32 COLOR_MODE_KEY = 'color_mode'
33 DECIMATION_KEY = 'decimation'
34 DYNAMIC_RANGE_KEY = 'dynamic_range'
35 FRAME_RATE_KEY = 'frame_rate'
36 GAIN_MU_KEY = 'gain_mu'
37 GAIN_OMEGA_KEY = 'gain_omega'
38 MARKER_KEY = 'marker'
39 XY_MARKER_KEY = 'xy_marker'
40 MSG_KEY = 'msg'
41 NUM_LINES_KEY = 'num_lines'
42 OMEGA_KEY = 'omega'
43 PEAK_HOLD_KEY = 'peak_hold'
44 TRACE_STORE_KEY = 'trace_store'
45 TRACE_SHOW_KEY = 'trace_show'
46 REF_LEVEL_KEY = 'ref_level'
47 RUNNING_KEY = 'running'
48 SAMPLE_RATE_KEY = 'sample_rate'
49 TRIGGER_CHANNEL_KEY = 'trigger_channel'
50 TRIGGER_LEVEL_KEY = 'trigger_level'
51 TRIGGER_MODE_KEY = 'trigger_mode'
52 TRIGGER_SLOPE_KEY = 'trigger_slope'
53 TRIGGER_SHOW_KEY = 'trigger_show'
54 XY_MODE_KEY = 'xy_mode'
55 X_CHANNEL_KEY = 'x_channel'
56 Y_CHANNEL_KEY = 'y_channel'
57 T_FRAC_OFF_KEY = 't_frac_off'
58 T_DIVS_KEY = 't_divs'
59 T_OFF_KEY = 't_off'
60 T_PER_DIV_KEY = 't_per_div'
61 X_DIVS_KEY = 'x_divs'
62 X_OFF_KEY = 'x_off'
63 X_PER_DIV_KEY = 'x_per_div'
64 Y_DIVS_KEY = 'y_divs'
65 Y_OFF_KEY = 'y_off'
66 Y_PER_DIV_KEY = 'y_per_div'
67 MAXIMUM_KEY = 'maximum'
68 MINIMUM_KEY = 'minimum'
69 NUM_BINS_KEY = 'num_bins'
70 FRAME_SIZE_KEY = 'frame_size'
71 CHANNEL_OPTIONS_KEY = 'channel_options'