Changeset 4576

Show
Ignore:
Timestamp:
08/08/07 16:54:25 (6 years ago)
Author:
DrewCormier
Message:

props initializations

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  
    2222Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA 
    2323 
    24 ****************************************************************************/ 
     24****************************************************************************/  
    2525 
    2626''' 
     
    6666 
    6767        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 
    6880        self.work_mod = None 
    6981