Animatroller.Framework.LogicalDevice.Motor.SetSpeed C# (CSharp) Method

SetSpeed() public method

public SetSpeed ( double value ) : Motor
value double
return Motor
        public virtual Motor SetSpeed(double value)
        {
            this.Speed = value;

            return this;
        }