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)
Beispiel #3
0
 def __init__(self, name):
     BlissMotor.__init__(self, name)