Changeset 4576
- Timestamp:
- 08/08/07 16:54:25 (6 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
experimental/components/USRP_Commander_GUI/branches/0.6.2/USRP_Commander_GUI/USRP_Commander_GUI.py
r4575 r4576 22 22 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 23 23 24 ****************************************************************************/ 24 ****************************************************************************/ 25 25 26 26 ''' … … 66 66 67 67 self.propertySet = [] 68 69 # properties initializations: 70 rx_freq = 0 71 tx_freq = 0 72 tx_interp_rate = 0 73 rx_dec_fact = 0 74 rx_pack_size = 0 75 rx_gain = 0 76 rx_gain_max = 0 77 rx_start_flag = 0 78 tx_start_flag = 0 79 68 80 self.work_mod = None 69 81