コード例 #1
0
    def __init__(self, win, motorEditCommand):
        """
        Construct the Linear Motor Property Manager.
        """

        MotorPropertyManager.__init__(self, win, motorEditCommand)
        return
コード例 #2
0
 def __init__(self, win, motorEditCommand):
     """
     Construct the Rotary Motor Property Manager.    
     """
             
     MotorPropertyManager.__init__( self, 
                                    win,
                                    motorEditCommand) 
     return