def __init__(self, name):
     warn(
         "BlissMotorWPositions class is deprecated. Use BlissNState instead",
         DeprecationWarning,
     )
     BlissMotor.__init__(self, name)
 def __init__(self, name):
     BlissMotor.__init__(self, name)
Exemplo n.º 3
0
 def __init__(self, name):
     BlissMotor.__init__(self, name)