Merge remote branch 'nldudok1/gr-wxgui_emulate_analog' into master
[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 EMULATE_ANALOG_KEY = 'emulate_analog'
31 ANALOG_ALPHA_KEY = 'analog_alpha'
32 BASEBAND_FREQ_KEY = 'baseband_freq'
33 BETA_KEY = 'beta'
34 COLOR_MODE_KEY = 'color_mode'
35 DECIMATION_KEY = 'decimation'
36 DYNAMIC_RANGE_KEY = 'dynamic_range'
37 FRAME_RATE_KEY = 'frame_rate'
38 GAIN_MU_KEY = 'gain_mu'
39 GAIN_OMEGA_KEY = 'gain_omega'
40 MARKER_KEY = 'marker'
41 XY_MARKER_KEY = 'xy_marker'
42 MSG_KEY = 'msg'
43 NUM_LINES_KEY = 'num_lines'
44 OMEGA_KEY = 'omega'
45 PEAK_HOLD_KEY = 'peak_hold'
46 TRACE_STORE_KEY = 'trace_store'
47 TRACE_SHOW_KEY = 'trace_show'
48 REF_LEVEL_KEY = 'ref_level'
49 RUNNING_KEY = 'running'
50 SAMPLE_RATE_KEY = 'sample_rate'
51 TRIGGER_CHANNEL_KEY = 'trigger_channel'
52 TRIGGER_LEVEL_KEY = 'trigger_level'
53 TRIGGER_MODE_KEY = 'trigger_mode'
54 TRIGGER_SLOPE_KEY = 'trigger_slope'
55 TRIGGER_SHOW_KEY = 'trigger_show'
56 XY_MODE_KEY = 'xy_mode'
57 X_CHANNEL_KEY = 'x_channel'
58 Y_CHANNEL_KEY = 'y_channel'
59 T_FRAC_OFF_KEY = 't_frac_off'
60 T_DIVS_KEY = 't_divs'
61 T_OFF_KEY = 't_off'
62 T_PER_DIV_KEY = 't_per_div'
63 X_DIVS_KEY = 'x_divs'
64 X_OFF_KEY = 'x_off'
65 X_PER_DIV_KEY = 'x_per_div'
66 Y_DIVS_KEY = 'y_divs'
67 Y_OFF_KEY = 'y_off'
68 Y_PER_DIV_KEY = 'y_per_div'
69 MAXIMUM_KEY = 'maximum'
70 MINIMUM_KEY = 'minimum'
71 NUM_BINS_KEY = 'num_bins'
72 FRAME_SIZE_KEY = 'frame_size'
73 CHANNEL_OPTIONS_KEY = 'channel_options'
74 SHOW_CONTROL_PANEL_KEY = 'show_control_panel'