Esempio n. 1
0
    def __init__(self, win, motorEditCommand):
        """
        Construct the Linear Motor Property Manager.
        """

        MotorPropertyManager.__init__(self, win, motorEditCommand)
        return
 def __init__(self, win, motorEditCommand):
     """
     Construct the Rotary Motor Property Manager.    
     """
             
     MotorPropertyManager.__init__( self, 
                                    win,
                                    motorEditCommand) 
     return