Table of Contents

Interface ISpeedAxis

Namespace
Loehnert.Drive.Contracts
Assembly
Loehnert.Drive.dll

Represents a speed regulating axis.

public interface ISpeedAxis

Properties

SpeedUnit

Gets the speed unit.

string SpeedUnit { get; }

Property Value

string

Methods

SetSpeed(double, int)

Sets the speed.

void SetSpeed(double speed, int timeout)

Parameters

speed double

Set point speed.

timeout int

Timeout for reaching speed in MS.

Exceptions

TimeoutException

Thrown when speed was not reached in the expected time span.