Table of Contents

Interface IForceAxis

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

Represents a force regulating axis.

public interface IForceAxis

Properties

ForceUnit

Gets the force unit.

string ForceUnit { get; }

Property Value

string

Methods

SetForce(double, int)

Sets the force.

void SetForce(double force, int timeout)

Parameters

force double

Set point force.

timeout int

Timeout for reaching force in MS.

Exceptions

TimeoutException

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