Changeset 4603

Show
Ignore:
Timestamp:
08/09/07 14:18:45 (6 years ago)
Author:
DrewCormier
Message:

typos

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • experimental/components/USRP_Commander_GUI/branches/0.6.2/USRP_Commander_GUI/Radio_Control_u.py

    r4593 r4603  
    2020        port = connection._narrow(standardInterfaces__POA.Radio_Control) 
    2121        self.outPorts[str(connectionId)] = port 
    22         if self.name = "RX_Control": 
     22        if self.name == "RX_Control": 
    2323            self.parent.rxCtrlPort_active = True 
    24         elif self.name = "TX_Control": 
     24        elif self.name == "TX_Control": 
    2525            self.parent.rxCtrlPort_active = True 
    2626